Welcome Guest, Not a member yet? Register   Sign In
How to 301 redirect non-www to www url
#2

[eluser]Mischievous[/eluser]
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

found @ http://ellislab.com/codeigniter/user-gui.../urls.html


Messages In This Thread
How to 301 redirect non-www to www url - by El Forum - 05-16-2010, 10:02 PM
How to 301 redirect non-www to www url - by El Forum - 05-16-2010, 10:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB