GetSimple Support Forum

Full Version: index.php to /
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to make redirect from mysite.ru/index.php to mysite.ru/ for main page?

PS
I'm using fancy URLS
Code:
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ / [R=301,L]


This works fine.
Normally you don't see index.php in the url, so I don't see why you would need that.
So people cant bookmark or use old urls that are not fancy.

This is a method of forcing canonical urls, it might be wise to modify that regex to also pass the id? arguments as a second pathing id also or whatever your permalink structure is

index.php?id
/id/