Hide index.php
Moderators: alexandrleonenko, Milton
Hide index.php
I want to hide the index.php from url. It is possible? How I do that?
Re: Hide index.php
Hello Ivan
Try adding a line to the .htaccess file:
RewriteRule ^index\.php$ http://YOUR_SITE/ [R=301,L]
YOUR_SITE should be replaced with the address of your site (for example example.com)
Regards
Try adding a line to the .htaccess file:
RewriteRule ^index\.php$ http://YOUR_SITE/ [R=301,L]
YOUR_SITE should be replaced with the address of your site (for example example.com)
Regards