vn-autoconfig/apache.conf

13 lines
234 B
ApacheConf
Raw Normal View History

2020-01-15 10:25:33 +00:00
2020-01-15 10:39:37 +00:00
<Directory /var/www/html>
2020-01-15 10:25:33 +00:00
Options Indexes
Options +FollowSymLinks
AllowOverride None
Require all granted
2020-01-15 10:37:42 +00:00
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ /index.php [QSA,L]
2020-01-15 10:25:33 +00:00
</Directory>