dmeikle/GossamerCMS-DB-V2/master/.htaccess - Htaccess File

dmeikle/GossamerCMS-DB-V2/master/.htaccess

php_value include_path ".:/var/www/gossamercms.com/rest"

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule ^(.*)$ index.php?/$1 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache