/ Published in: Apache
Removing index.php to url.
e.g. www.yourwebsite.com/index.php -> www.yourwebsite.com/
e.g. www.yourwebsite.com/index.php -> www.yourwebsite.com/
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.php\ HTTP/ RewriteRule ^(([^/]+/)*)index\.php$ http://%{HTTP_HOST}/ [R=301,NS,L]