Hello, Come up with a very odd problem, I wrote a mod rewrite rule which works fine on my local and other server. I uploaded the clients site to their server and it's not working just giving me a 404, they used mod rewrite before so I know it's working on the server. I must be missing something that I need to add into the .htaccess to get it working on the server. Anyone had the same problem before? I'm will to pay for the solution. Kind regards, Glen
Options -MultiViews AddType text/x-server-parsed-html .shtml .html .htm RewriteEngine On RewriteRule ^case-([^.]+)$.php /casestudiesview.php?id=$1 That's what I'm using this all worked fine on my local and other server, just not on the 1&1 hosting account.
have you tried omitting the first two lines. I'm more suspicious that they are causing some problems. The other lines seems fine for me.