Select Git revision
.htaccess.sample
-
Tim Steiner authored
Migrate to using CAS code available in Unl_* Migrate to using WdnTemplate view helper
Tim Steiner authoredMigrate to using CAS code available in Unl_* Migrate to using WdnTemplate view helper
.htaccess.sample 315 B
SetEnv APPLICATION_ENV development
RewriteEngine On
#RewriteBase /rewrite/base/
RewriteRule ^document_root - [L]
RewriteRule ^(.*$) document_root/$1 [NC,NS]
RewriteCond %{REQUEST_FILENAME} !-s
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ document_root/index.php [NC,L]