Hello,
I am doing my first experiments with mod-rewrite.
This is my.htaccess
Code:
RewriteEngine on
RewriteRule ^page/([^/\.]+)/?$ index.php?cid=$1 [L]
When i enter the url index.php?cid=31 then everything is OK
But when i enter the url page/31 then the entire website layout is corrupted: no images show up, appearently no CSS file was loades ... its terrible. What am i doing wrong?
thanks!
Matt
Last edited by killerwhale65; 05-24-2009 at 11:41 AM..
|