From a7e4f7026098e10360a9bce1f45ee78a1c7247b0 Mon Sep 17 00:00:00 2001 From: cclwnrty Date: Thu, 11 Jun 2026 08:31:56 +0000 Subject: [PATCH] Update .htaccess --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index e21ee62..49aed2a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,12 +1,12 @@ Options -Indexes RewriteEngine On -RewriteBase /sinergi/ +RewriteBase / # Allow direct access to public assets -RewriteCond %{REQUEST_URI} ^/sinergi/public/ [NC] +RewriteCond %{REQUEST_URI} ^/public/ [NC] RewriteRule ^ - [L] # Route everything else to index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ index.php [QSA,L] +RewriteRule ^(.*)$ index.php [QSA,L] \ No newline at end of file