View Single Post
Old 10-27-2011, 10:50 AM  
nico-t
emperor of my world
 
Join Date: Aug 2004
Location: nethalands
Posts: 29,903
One strange thing though.
I used this code:

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^page/1/(.*)$ http://www.mydomain.com/posts/$1 [R=301,L]
RewriteRule ^page/(.*)$ http://www.mydomain.com/posts/page/$1 [R=301,L]

So the /page/1/ goes to /posts/
and the rest like this:
/page/2/ to /posts/page/2/
/page/3/ to /posts/page/3/

Works in IE, but in firefox /page/1/ goes to /posts/1/
Weird. How come?
nico-t is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote