Originally posted by BDplanet
View Post
Help me re-write index.php Expert Enter
Collapse
X
-
rewrite code:
if the problem is not showing the color of css then share your header page bcoz the css links are in there. or u can try on ur own by changing the css links with:PHP Code:RewriteRule ^(.*)/([0-9]+)/(.*).html$ index.php?page=$1&id=$2&indir=$3 [L]
instead of usingPHP Code:http://ursite.con/css/style.css
it will work just fine.PHP Code:../css/style.css.
Last edited by asifnayem; 16.04.12, 15:42.
Comment
Comment