RewriteRule for static files in subfolder
问题 I have following folder structure for my website: index.php .htaccess public_html/css/* (css files) public_html/images/* (image files) public_html/js/* (javascript files) All the static files in the subfolder public_html are linked in my page files without public_html: e.g. /images/logo/logo.png I setup following .htaccess file, which is working fine on my local apache and on my webspace, but on the customers webspace, it is not working: RewriteEngine On RewriteBase / RewriteCond %{DOCUMENT