htaccess problem
Posted
by ruru
on Stack Overflow
See other posts from Stack Overflow
or by ruru
Published on 2010-04-13T04:00:56Z
Indexed on
2010/04/13
4:02 UTC
Read the original article
Hit count: 289
.htaccess
RewriteEngine On
RewriteBase /home
RewriteRule ^()$ index.php [NC,L]
Rewritecond %{REQUEST_URI} !(^/?.*\..*$) [NC]
RewriteRule (.*)$ $1.php [NC]
i got css problem(got blank) when i type http://dot.com/home/index.php/
© Stack Overflow or respective owner