Category: htaccess Generator

How to allow the execution of PHP code in HTML files with .htaccess?

You can use the .htaccess file to allow the execution of PHP code in simple HTML files. First, set the folder in which the .htaccess file will be created, using the .htaccess location form at the top of the page. A click in the form field will open a pop-up window, from where you can …

Continue reading

How to enable hotlink protection using .htaccess?

You can use the .htaccess file to quickly enable hotlink protection for your website. First, set the folder in which the .htaccess file will be created, using the .htaccess location form at the top of the page. A click in the form field will open a pop-up window, from where you can browse to the …

Continue reading

How to enable SSI (Server Side Includes) with .htaccess?

You can use the .htaccess file to quickly enable Server Side Includes (SSI) for your website. First, set the folder in which the .htaccess file will be created, using the .htaccess location form at the top of the page. A click in the form field will open a pop-up window, from where you can browse …

Continue reading

How to enable document redirection using .htaccess?

You can use the .htaccess file to quickly redirect documents from one address to another, saving yourself some bandwidth. First, set the folder in which the .htaccess file will be created, using the .htaccess location form at the top of the page. A click in the form field will open a pop-up window, from where …

Continue reading

How to set custom error pages using .htaccess?

You can use the .htaccess file to quickly set customized error pages for your website. First, set the folder in which the .htaccess file will be created, using the .htaccess location form at the top of the page. A click in the form field will open a pop-up window, from where you can browse to …

Continue reading