Web

Making Vertical Drop Down Menu Using Html and Css

Making Vertical Drop Down Menu Using Html and Css

Fadıl

When designing a site, sometimes there may be many nested categories, in which case using a drop-down menu makes it easier for users to find what they are looking for. In this lesson, we will make a vertical drop-down menu using only Html and CSS.

Although you have enough Html and CSS information, drop-down menus are not used too much to edit one ul, li and tags can be a waste of time to edit. Therefore, I wanted to make a simple drop-down menu without confusion in my article. You can easily get the menu you want by making small changes to the codes.

How to Install the Mod_rewrite Module in Apache?

How to Install the Mod_rewrite Module in Apache?

Fadıl

Generally speaking, mod_rewrite converts clean and user-friendly URLs to websites. As you can tell by its name, it rewrites the URL. A great way to clear your website’s URLs.

How Apache mod_rewrite Works

When a user enters a URL, the URL is checked against a list of predefined rules. The rules are to search for specific phrases or keywords. If the URL contains the keyword and conforms to the rule, it will be replaced by a predetermined set of URLs.

How to Getting Rid of Random Characters Appended to the URLs of Your WordPress Posts

How to Getting Rid of Random Characters Appended to the URLs of Your WordPress Posts

Fadıl

If your WordPress blog shows random numbers and letters at the end of your URLs / permalinks, we can follow these steps to easily remove them.

For example, if you visit your blog and the URLs are replaced with something like https://techsoftcenter.com/how-trunk-vlan-in-mikrotik-cisco-switch/#.XStHY-gzbIU, here’s how to fix it.

Why AddThis Added To This Problem

If your site also has the AddThis plug-in installed, click AddThis advanced settings. Uncheck the Follow shares in the address bar box and save the settings. This should resolve your issue and correct your web URLs to avoid results such as /#.XStHY-gzbIU.

How to Create a Centos Web Panel NameServer

How to Create a Centos Web Panel NameServer

Fadıl

Nameserver is the name servers that will be used for DNS query of your domain name. Thanks to the nameservers records you will create under Centos web panel when you add a domain to your panel, you can have the added domain redirected to your server. When you redirect the domain name that you added to Centos Web Panel to NS nameservers, that domain will be opened under your server.

How to make Nginx Directory / Folder Encryption

How to make Nginx Directory / Folder Encryption

Fadıl

On our Nginx server, for some reason, we may want to encrypt a directory/folder so that it can only be accessed with our username and password. Since Vesta CP is a free web panel, we will explain this article on how to encrypt a site’s directory on VestaCP on NGINX.

You can perform Nginx directory encryption in all Nginx installed VPS or VDS server packages in this article.

We connect to the SSH of our Linux server and run the following command;