Welcome Guest, Not a member yet? Register   Sign In
htaccess redirect 301 single url
#9

[eluser]ironlung[/eluser]
Hey thanks for helping.

This worked great
Quote:
Code:
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]



With these the first one put me on the 404 page
second one gave me an internal server error (I did of course replace the text you suggested)

Quote:
Code:
RewriteRule ^(.*)$ index.php?/$1 [L]
[code]

or

[code]
RewriteRule ^(.*)$ /index.php?/$1 [L]

My real issue is that I cant make a single one page 301 redirect

Code:
Redirect 301 /controller/method/value1 http://www.domain.com/controller/method/value2

gives me this

Code:
http://www.domain.com/controller/method/value2?controller/method/value1

ie it query strings the first url... So weird.


Messages In This Thread
htaccess redirect 301 single url - by El Forum - 03-12-2013, 03:24 PM
htaccess redirect 301 single url - by El Forum - 03-12-2013, 03:53 PM
htaccess redirect 301 single url - by El Forum - 03-12-2013, 05:44 PM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 12:37 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 01:13 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 01:36 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 01:50 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 02:45 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 03:43 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 04:29 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 04:40 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 04:44 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 05:19 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 07:01 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 08:38 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 11:38 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 12:01 PM
htaccess redirect 301 single url - by El Forum - 03-14-2013, 12:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB