I want to implement CNC.
I have this:
http://localhost/site/f2.php?id=6
I want this:
http://localhost/site/f2/6
I write like this:
#RewriteEngine on #RewriteRule ^f2/([0-9]+)/? f2.php?id=$1 [L]
The page you need goes out, but without loading css styles. Why is that? It seems to do everything right, I will be glad of any help. Maybe a link to create CNC. Everything I found is somehow dryly written. Thank you very much!