IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Yeah, was a typo -- solved
But this:
RewriteRule ^http://blog\.cooklikeyourgrandmother\.com/$ http://cooklikeyourgrandmother\.com/blog/ [R=301,L]

keeps giving me
Forbidden

You don't have permission to access / on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


If I redirect everything:
RewriteRule .* http://cooklikeyourgrandmother\.com/blog/ [R=301,L]

it works, so something in the match pattern isn't matching.


[edit]

In an .htaccess file, RewriteRule starts looking after the domain. The rule I wrote would have worked in an httpd.conf file.
--

Drew
Collapse Edited by drook Nov. 25, 2009, 12:50:26 PM EST
Yeah, was a typo
But this:
RewriteRule ^http://blog\.cooklikeyourgrandmother\.com/$ http://cooklikeyourgrandmother\.com/blog/ [R=301,L]

keeps giving me
Forbidden

You don't have permission to access / on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


If I redirect everything:
RewriteRule .* http://cooklikeyourgrandmother\.com/blog/ [R=301,L]

it works, so something in the match pattern isn't matching.
--

Drew
     Can someone check my mod_rewrite rule? - (drook) - (2)
         Re: Can someone check my mod_rewrite rule? - (folkert) - (1)
             Yeah, was a typo -- solved - (drook)

Please do not spit too loud, thank you.
63 ms