How can i enable mod_rewrite in infinityfree.net

i want to enable mod_rewrite extension

mod_rewrite is already enabled on free hosting as part of the Apache server. To start using it, add this line inside the .htaccess file on your htdocs folder:

RewriteEngine On

and after that line add other rewrite conditions and/or rules, and optionally the base of the rewrite rules and conditions, according to the Apache2 documentation about mod_rewrite.

3 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.