NatLibFi/Skosmos/master/.htaccess - Htaccess File

NatLibFi/Skosmos/master/.htaccess

Options +FollowSymlinks -MultiViews -Indexes

RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^entity$ entity.php [L]

RewriteRule ^rest/v1/swagger.json$ swagger.json [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^rest/v1/(.*)$ rest.php/$1 [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond $0 !^resource/
RewriteRule ^(.*)$ index.php/$1 [L] 

RewriteCond $0 ^favicon.ico$
RewriteCond custom-favicon.ico -F
RewriteRule ^favicon.ico$ custom-favicon.ico [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache