SaminOz/links-library/master/.htaccess - Htaccess File

SaminOz/links-library/master/.htaccess

RewriteEngine On
RewriteBase /

RewriteCond $1 !^(index.php|www|css|js|images|robots.txt|sitemap.xml|combinator.php)
RewriteRule ^(.*)$ /index.php/$1 [L]

RewriteRule ^www/css/(.*.css) /combinator.php?type=css&files=$1 
RewriteRule ^www/js/(.*.js) /combinator.php?type=javascript&files=$1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache