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