asxpyre/nextconn/master/.htaccess - Htaccess File

asxpyre/nextconn/master/.htaccess

RewriteEngine on

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

RewriteCond $1 !^(index.php|indexcp.php?|resources|robots.txt)
RewriteRule ^([A-Za-z0-9_/.-]+)$ index.php?/welcome/$1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache