dyegorov/pennygit/master/.htaccess - Htaccess File

dyegorov/pennygit/master/.htaccess

RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond $1 !^(index.php|assets|editor|css|js|scripts|templates|images|img|media|xml|user_guide|robots.txt|favicon.ico)
  RewriteCond $1 !.(css|js|jpe?g|gif|png|tiff)$
  RewriteRule ^(.+)$ index.php/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache