1
我的基本項目是C:\xampp\htdocs\site.local\www
我可以運行我的應用程序蒙山http://site.local/basic/web/index.php
但我想將它運行爲http://site.local/index.php
我怎樣才能解決這個問題? 我改變了我的httpd.conf
:路由URL中Yii2與XAMPP
DocumentRoot "C:/xampp/htdocs/site.local/www/basic/web"
<Directory "C:/xampp/htdocs/site.local/www/basic/web">
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
AllowOverride All
Require all granted
</Directory>
但它不工作
www文件夾在xampp.see中不需要此鏈接用於刪除網頁http://blog.neattutorials.com/seo-友好-urls-in-yii2/ – yafater
試試這個設置http://stackoverflow.com/questions/38584390/removing-web-from-url-yii2/38645479#38645479 – smokehill