Mein Basisprojekt ist in C:\xampp\htdocs\site.local\www
kann ich meine App whith http://site.local/basic/web/index.php
laufen Aber ich will laufen als http://site.local/index.php
Wie kann ich dieses Problem lösen? I ändert sich meine httpd.conf
:url Routing in Yii2 mit 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>
Aber es ist nicht
www-Ordner ist in xampp nicht erforderlich. Diesen Link finden Sie unter http://blog.neattutorials.com/seo- friendly-urls-in-yii2/ – yafater
Probieren Sie diese Einstellungen http://stackoverflow.com/questions/38584390/removing-web-from-url-yii2/38645479#38645479 – smokehill