1

我需要在 Zeus 服务器上运行这个 Apache .htaccess 文件,但我不确定如何使它与 Zeus 兼容。

RewriteEngine On

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f 
#//not to effect images or style sheets
RewriteCond %{REQUEST_FILENAME} !-d 
#//not to effect directory's
RewriteRule ^(.*)$ index.php?page=$1 [L,QSA]  
4

0 回答 0