nobita2811/myblog/master/.htaccess - Htaccess File

nobita2811/myblog/master/.htaccess

RewriteEngine on
RewriteBase /
RewriteCond $1 !^(index.php|images|genghis|phpmyadmin|css|audios|style|js|mp3|robots.txt|favicon.ico)
RewriteCond %{REQUEST_FILENAME} !^(.*).(gif|png|jpg|jpeg|html|css|js|mp3|zip|tgz|wav|eot|svg|ttf|woff|woff2)$ [NC]
#RewriteRule ^(.*)$ index.php/$1 [L]
RewriteRule ^(.*)$ /myblog/index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache