jamesramputh/project_h/master/.htaccess - Htaccess File

jamesramputh/project_h/master/.htaccess

RewriteEngine On
 RewriteBase /project_hair_ver2

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond $1 !^(index.php|images|robots.txt|css|docs|js|system)
  RewriteRule ^(.*)$ /project_h/index.php?/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache