Change PHP variables using .htaccess
If you need to change the way your PHP is working you can do that using .htaccess. Please, note that not all PHP options can
If you need to change the way your PHP is working you can do that using .htaccess. Please, note that not all PHP options can
By default most web servers across the internet are configured to treat as PHP files only files that end with .php. In case you need
In case your web hosting account is not configured to server certain mime types with the proper content type. You can change this using .htaccess
ModRewrite is a powerful feature of the Apache web server. It provides an easy way to modify/manipulate URLs. As complicated as it sounds a regular
Most probably you have been wondering how the Webserver decides which page from your site to use as a main/default page of your site. There
In case your web hosting account is not configured to server certain mime types with the proper content type. You can change this using .htaccess
As .htaccess is a powerful tool. It gives you option to change the way the webserver serves your files. On most web hosting servers you
If you have several domain names parked/pointed at your site it is a good idea to create permanent 301 redirect for them so for the
Sometimes you may need to make sure that the user is browsing your site over securte connection. An easy to way to always redirect the
ModRewrite is a powerful feature of the Apache web server. It provides an easy way to modify/manipulate URLs. As complicated as it sounds a regular