Jika anda menggunakan Laravel , Silahakan buat file baru .htacces
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
</IfModule>
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
<IfModule LiteSpeed>
CacheDisable public /
CacheDisable private /
</IfModule>
1,369 total views