rewrite probmem
Posted: Tue Jan 29, 2008 2:16 pm
Hello.
I've problem with mod_rewrite. The code:
It works, but there is a little bug. If I type, for example, "mypage.com/aaa/bbbbb/cc/", there disappear CSS. But if I type there only one value "mypage.com/aaa", then all is right. What I have to do to fix that bug?
I've problem with mod_rewrite. The code:
Code: Select all
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ?do=$1 [QSA,L]