DrozNumerique/Zord/master/appli/.htaccess - Htaccess File

DrozNumerique/Zord/master/appli/.htaccess

Options -MultiViews +FollowSymLinks +Indexes

RewriteEngine on

# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^sitemap.xml$ index.php?module=Motor&action=index [nocase]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache