Return to Snippet

Revision: 59114
at August 17, 2012 17:09 by zwebapp


Initial Code
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.php\ HTTP/ 
RewriteRule ^(([^/]+/)*)index\.php$ http://%{HTTP_HOST}/ [R=301,NS,L]

Initial URL


Initial Description
Removing index.php to url. 
e.g. www.yourwebsite.com/index.php -> www.yourwebsite.com/

Initial Title
Remove /index.php

Initial Tags
htaccess

Initial Language
Apache