OnlineNewsSite/.htaccess
2022-10-24 08:44:16 -07:00

5 lines
No EOL
151 B
ApacheConf

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.+)$ NewsProject/index.php [QSA,L]