webforge-labs/psc-cms/master/www/.htaccess - Htaccess File

webforge-labs/psc-cms/master/www/.htaccess

Options FollowSymLinks

RewriteEngine on
RewriteBase /

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

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond  %{REQUEST_URI}    ^/(cms|entities)
RewriteRule  .  /api.php [L]

# siehe auch tests/Psc/Net/HTTP/RequestAcceptanceTest
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond  %{REQUEST_URI}    ^/(request-acceptance)
RewriteRule . /request.helper.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache