Hi, i tried to remove .php extensions from URLs of my site. I have configured die Apache directives in admin panel(settings of my website) such as: Code: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^([^\.]+)$ $1.php [NC,L] It works,but css and js files no more loaded.Whole website is without stylesheet now I have found many descriptions by Google(base href,absolute links etc) but doesn't work. Do I need a special setting in ISPconfig? Thanks