Today no solution, always “page not fount”
The apache2 configuration is ok, I test the access with an index.php for test all is ok
It seem that the problem is a Pydio configuration problem
some one have an idea ?
Laurent
did you try sudo a2enmod rewrite
?
Yes, apache2 rewrite is activated
Hello
Problem solved by installation of Pydio with the Zip archive
Today new probleme:
Last sunday Pydio run correctly I use it, all is ok, but today Blank page !
Nothing change in the configuration !
I test the apache2 (with an index.php for test) Vhost it’s ok. the https://url is ok
If Itry to access to Pydio by the IP adress of the server: Blank page !
In the pydio .htaccess no change !
I don’t understand what happened !
It seem that is path problem but where ?
Someone can help me ?
Hi,
did you change to allow override all
in the vhost file and apache2 conf ? or atleast in the vhost file for pydio
Yes
in apache2.conf:
Options FollowSymLinks
AllowOverride all
Require all denied
<Directory /usr/share>
AllowOverride all
Require all granted
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory
I see 500 internal error with firefox
Laurent