Facing 404 issue when I reload the web page "Not Found The requested URL /welcome/ was not found on this server"

Please provide the following tags: install / upgrade, package type, server OS, pydio version

Installed…
Amazon AMI Linux
httpd 2.4
php 5.6
mysql 5.5
pydio-core-8.0.2.tar.gz

We are trying to access after reload web page https://xyz.domain.com/welcome/ (web address changed to protect site) URL but getting below error.
Not Found
The requested URL /welcome/ was not found on this server.

We are also trying to access Folder Shortcut https://xyz.domain.com/ws-Name/?goto=Name%2Fpydiotesting (web address changed to protect site)
URL but getting below error.
Not Found
The requested URL /ws-Name/ was not found on this server.

We couldn’t find any errors in apache error and access log files.

Hi,
your issue seems to be related to the rewrite rules,

see here.

at then end of the troubleshooting you will see what it is,

as for the how to do it on centos i’ve found this.

Thanks for quick reply, let me check the link.

Hello,

However my .htaccess file have RewriteEngine On option.

Hi,
your issue is not Pydio related because if you can log to pydio but only when refreshing you have the “not found” it means that either you dont have the rewrite rules enabled or that your virtual host configuration has an error.

You could look at the following guides and see if you missed something : virtual host / centos

Hello Zayn,

Thanks for your quick response. Now issue has been resolved, we did lot of changes in configuration files due to same we had issue.