2015-05-04 34 views

回答

0

這就像Yii框架網絡結構。 如果爲真,剛剛從urlManager

使相當網址
'enablePrettyUrl'=>true 

如果沒有,使用此代碼在.htaccess重寫所有請求(不直接到文件或文件夾)的index.php:

RewriteCond %{REQUEST_FILENAME} !-f 
    RewriteCond %{REQUEST_FILENAME} !-d 
    RewriteRule^index.php [L] 

然後處理索引文件中的請求url。