Welcome Guest, Not a member yet? Register   Sign In
htaccess 301 redirect help please
#14

[eluser]michaeljdennis[/eluser]
RewriteEngine On
RewriteBase /

RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

RewriteCond $1 !^(index\.php|css|drawings|images|js)
RewriteRule ^(.*)$ /index.php?/$1 [L]

redirect 301 /shoes http://www.example.com/products/all/shoes



Using this htaccess file, I go to example.com/shoes and it redirects me to example.com/products/all/shoes/?/shoes/


Messages In This Thread
htaccess 301 redirect help please - by El Forum - 06-11-2009, 09:02 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 07:37 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 07:41 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 07:46 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 07:56 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 09:09 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 09:12 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 09:15 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 09:43 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 09:55 AM
htaccess 301 redirect help please - by El Forum - 06-12-2009, 10:33 AM
htaccess 301 redirect help please - by El Forum - 06-29-2009, 01:27 PM
htaccess 301 redirect help please - by El Forum - 06-29-2009, 01:42 PM
htaccess 301 redirect help please - by El Forum - 06-29-2009, 01:47 PM
htaccess 301 redirect help please - by El Forum - 06-29-2009, 04:04 PM
htaccess 301 redirect help please - by El Forum - 05-03-2012, 06:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB