<VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /var/www/html/konfigurator/public <Directory /var/www/html/konfigurator/public> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined <IfModule mod_dir.c> DirectoryIndex index.php index.pl index.cgi index.html index.xhtml index.htm </IfModule> </VirtualHost>
Tak wygląda konfiguracja w sites-available na vps.
Ustawiłem public jako document root , ale nadal muszę wpisywać index.php , routing też działa w odniesieniu do index.php , muszę wpisywać np. http://ip/index.php/show/1 zamiast http://ip/show/1
Ktoś z was miał podobny problem?