February 22, 200917 yr Not sure if this is in the right section but here goes. I have a website that was hosted 1&1, after a few issues I decided to move to another host. I have now noticed that the internal links on our site no longer work so they can no longer be accessed via www.examplesite.com/sub-page, they have to be accessed via www.examplesite.com/sub-page.html. Does anyone know how to enable rewrites to enable me to fix them again? Thanks in advance.
February 23, 200917 yr Not sure if this is in the right section but here goes. I have a website that was hosted 1&1, after a few issues I decided to move to another host. I have now noticed that the internal links on our site no longer work so they can no longer be accessed via www.examplesite.com/sub-page, they have to be accessed via www.examplesite.com/sub-page.html. Does anyone know how to enable rewrites to enable me to fix them again? Thanks in advance. I don't know about 1&1 but if they support mod_rewrite you could just use an .htaccess file to do the redirects.
February 23, 200917 yr I haven't read it thoroughly but you should be able to do it using .htaccess and the methods described on this site... http://www.webweaver.nu/html-tips/web-redirection.shtml
February 23, 200917 yr here's an example of an .htaccess file working on one of out 1&1 servers.... RewriteEngine On RewriteRule ^rsm(.*) rsm.php ErrorDocument 404 /rsm.php
Create an account or sign in to comment