5 lines
No EOL
151 B
ApacheConf
5 lines
No EOL
151 B
ApacheConf
RewriteEngine On
|
|
RewriteBase /
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteRule ^(.+)$ NewsProject/index.php [QSA,L] |