problem:
Directory structure
D:\www\ (map to domain zzz)
+ index.html
+ css/
+ images/
+ hidden.php
+ .htaccess
.htaccess
http://zzz/news/123.html = http://zzz/hidden.php?object=news&id=123
-> http://zzz/news/css/style.css not found 404
solution:
use absolute path for css, image
/css/main.css instead of css/main.css
Title:
web rewrite lose style image
Description:
problem: Directory structure D:\www\ (map to domain zzz) + index.html + css/ + images/ + hidden.php + .htaccess .htaccess htt...
...
Rating:
4