Jump to content

301 redirects


Recommended Posts

I'm having some problems with creating 301 redirects.
we moved a site from one system to prestashop and would like to add redirects for the old pages so they point to the new ones in prestashop

so far I tried the following two methods
redirect 301 /olddirectory/default.aspx$ http://www.prestashop.com/content/5-new-cms-page

RewriteRule ^/olddirectory/default.aspx$ http://www.prestashop.com/content/5-new-cms-page [R=301,L]

but both just generates a server error.. so there must be some kind of "crash" with the normal rules.. any ideas?

Link to comment
Share on other sites

×
×
  • Create New...