sasha2567/web_kursach/master/.htaccess - Htaccess File

sasha2567/web_kursach/master/.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond $1 !^(index.php|highslide|images|robots.txt|install|favicon.ico|templatemo_style.css)

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache