Jump to content

gdl-joe

Members
  • Posts

    4
  • Joined

  • Last visited

gdl-joe's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. I used the Redirects Module. The URLs look as follow (all similar) old url: www.mysite.de/page.html or www.mysite.de/folder1/folder2/page.html new url: www.mysite/page/ or www.mysite.de/folder1/folder2/page/ "page" should be the wildcart.
  2. Hi Mike, thank you for your answer. But it does not help. I have the same problems as before. So I tried out the redirect module, and this workes today (astonishingly, because yesterday it did not). Is there a way to redirect all pages in one step, otherwise I must add 32 single redirects in the module?
  3. I also wanted a redirect like Redirect 301 /old.html /new-loaction/ and I tried out the code from Mike, like: RewriteRule ^anwender.html$ /anwender/ [END,R=301] The first does not work at all, the second gives back an error message. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.The code I added at the end of the .htaccess
×
×
  • Create New...