I made a rewrite on my url with.
Code
RewriteRule ^forum/([0-9]+)/(.*).html$ forum/showtopic.php?id=$1 [L]
it works but evry urls in the showtopic gives me error...
I made a rewrite on my url with.
RewriteRule ^forum/([0-9]+)/(.*).html$ forum/showtopic.php?id=$1 [L]
it works but evry urls in the showtopic gives me error...
Comments