Showing posts with label 301 Page retrive code. Show all posts
Showing posts with label 301 Page retrive code. Show all posts

Wednesday, July 17, 2013

301 Page retrive code

RewriteEngine on RewriteCond %{HTTP_HOST} !^www\.SiteName\.com RewriteRule (.*) http://www.SiteName.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /([^/]+/)*index\.php?\ HTTP/ RewriteRule ^(([^/]+/)*)index\.php?$ http://www.SiteName.com/$1 [R=301,...

Read more…