Forum Moderators: phranque
RewriteEngine on
RewriteRule ^pages/([0-9]*).* index.php?p_id=$1 [L,NC]
The problem is that I can get the css, jpgs etc file working I think because of this. Could anyone please help me out. Thanks in advance
RewriteEngine on
RewriteRule ^pages/([0-9]+) index.php?p_id=$1 [L]
Jim