Hello Can someone edit this to make it work with 1.3, i cant figure it out. RewriteEngine On RewriteRule ^m/(.*)/.*$ mu.php?d=$1 [L]
That should work just fine, I believe the rewrite module in 1.3 is very similar to that in 2.x. Try it with the () around that last expression. Do you get a internal server error when viewing your site with that?
Is this your server or shared hosting? Can you confirm that other rewrite rules work? Make a file called newstuff.html and then add that to your .htaccess Then open the file oldstuff.html on your site in your web browser. If you get a 404, then Rewrite is not enabled.