zephrax/cotyledon/master/stem/www/.htaccess - Htaccess File

zephrax/cotyledon/master/stem/www/.htaccess

<IfModule mod_rewrite.c>
  SetEnv friendly_urls 1
        RewriteBase /
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^(.*)$ index.php?q=$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache