Quote:
Originally Posted by scca
I have no .htaccess now, I dont think I had one before, is one required now?
-s
|
No, but I had the same problem before, didn't have one and all was fine, then started with problems like yours.
So i made a .httaccess file in the root and all was good again,
I just put this in it to get it to work:
Code:
RewriteEngine on
RewriteRule ^p-([0-9]*).html viewpage.php?id=$1