culturagovbr/mapasculturais/master/src/.htaccess - Htaccess File

culturagovbr/mapasculturais/master/src/.htaccess

RewriteEngine On
RewriteRule ^public/(.*)$ protected/application/themes/active/assets/$1 [L]
#RewriteRule ^geojson/(.*)$ protected/vendor/postgis-restful-web-service-framework/$1 [L]

RewriteCond !^protected/application/themes/active/assets/ [NC]
RewriteRule ^protected/ - [F]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule !^files/ index.php [QSA,L]

AddType application/font-woff .woff

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache