simonmilz/CustomToursOffice/master/htdocs/.htaccess - Htaccess File

simonmilz/CustomToursOffice/master/htdocs/.htaccess

RewriteEngine On

RewriteCond %{HTTP_HOST} ^app.reisecrm.de$ [NC]
RewriteRule ^(.*)$ http://www.domain.de/$1 [L,R=301]

# Stop rewrite processing, if we are in a resources directory
RewriteRule ^(favicon.ico|admin/|resources/|plugins/|extjs/|pdf/|app/) - [L]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache