Forums
(@emxyzptlk)
16 years, 11 months ago
Thanks for the TIP ??
Thanks it worked, but with a little modification to your code:
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule /[a-zA-Z0-9_-]+/([0-9]+)$ /index.php?p=$1 [R=301,L]
Thanks ??