HTACCESS
Htaccess Digunkan untuk menghilangkan index
RewriteEngine on
RewriteBase /tes/tes1/ //boleh diganti sesuai urlnya
RewriteCond $1 !^(index\.php|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1[L,QSA]
created by sance aenul yakin
HTACCESS
Reviewed by Leo
on
04:35
Rating:
No comments