Forum Moderators: phranque

Message Too Old, No Replies

URL rewriting help

problems with .htaccess

         

buguela

6:28 pm on Sep 10, 2008 (gmt 0)

10+ Year Member



I implemented this rule to create friendly URL's for my site:

RewriteRule ^place/(.*)/ /place.php?state=$1 [L]

I want to know how can I set a new rule to not loss any Pagerank of URL's already indexed, like:

[mysite.com...]

I want this redirected 301 to
[mysite.com...]

But it seems to stay into a loop into my webserver.

What can I do?

jdMorgan

6:59 pm on Sep 10, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



See this thread [webmasterworld.com] in our forum library, specifically the "third optional step."

Jim

g1smd

8:08 pm on Sep 10, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



There are also several threads in the last few days with the same information.