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]
Files
