Answer the question
In order to leave comments, you need to log in
The "Options MultiViews" option doesn't work, does it?
As I understand it, "Options MultiViews" allows you to write a URL without the extension
http ://piwigo.x/picture/64/most_visited
instead of
http ://piwigo.x/picture .PHP /64/most_visited
but it does NOT work for me.
I register in .htaccess
Options +MultiViews
<VirtualHost *:80>
ServerName piwigo.x
<Directory /home/den/site/piwigo>
Options Indexes FollowSymlinks MultiViews(!!!)
AllowOverride All
Require all granted
</Directory>
....
</VirtualHost>
Answer the question
In order to leave comments, you need to log in
Everything solved the problem! )))
it turns out that lines in etc/mime.types were commented out
#application/x-httpd-php phtml pht php
#application/x-httpd-php-source phps
#application/x-httpd-php3 php3
#application/x-httpd-php3-preprocessed php3p
#application/x-httpd-php4 php4
#application/x-httpd-php5 php5
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question