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