From 0421b54d367d484b5c87f95eecdd6482d31475cc Mon Sep 17 00:00:00 2001 From: mobinajafarian Date: Mon, 12 Jun 2023 22:58:15 +0330 Subject: [PATCH] update .htaccess file --- .htaccess | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 3dd5de7..9cd1a8e 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,6 @@ RewriteEngine On RewriteBase / -RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^(.+)$ NewsProject/index.php [QSA,L] \ No newline at end of file +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.+)$ OnlineNewsSite/index.php [QSA,L] \ No newline at end of file