aagusti/pad-tng-new/master/.htaccess - Htaccess File

aagusti/pad-tng-new/master/.htaccess

RewriteEngine on

#jika tidak pake alias, remark baris dibawah ini
RewriteBase /new/
#RewriteBase /new/

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache