OnlineNewsSite/.htaccess

5 lines
151 B
ApacheConf
Raw Normal View History

2022-10-24 15:44:16 +00:00
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ NewsProject/index.php [QSA,L]