ads04r/bus-backend/master/htdocs/.htaccess - Htaccess File

ads04r/bus-backend/master/htdocs/.htaccess

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php [L,QSA]

AddType application/json .json
AddType application/xml .xml
AddType application/rdf+xml .rdf
AddType text/turtle .ttl

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache