From 1750463e8cf578095104024c6ea0b8e1a793fa5d Mon Sep 17 00:00:00 2001 From: Mobina Date: Mon, 24 Oct 2022 08:44:16 -0700 Subject: [PATCH] add: htaccess --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..3dd5de7 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +RewriteEngine On +RewriteBase / +RewriteCond %{REQUEST_FILENAME} !-d +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^(.+)$ NewsProject/index.php [QSA,L] \ No newline at end of file