10-10-2007, 01:17 PM
|
#4 (permalink)
|
|
The Reckoner
Join Date: Sep 2007
Posts: 437
Thanks: 22
|
Hey, I somehow managed to mess up the copy and paste, lol :)
here's the .htaccess file again:
Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^news/([0-9]+)-([^\/]+).html$ news.php?id=$1 [L]
</IfModule>
|
|
|
|