Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Viewing manual give...
 
Notifications
Clear all

Viewing manual gives 404 error

2 Posts
2 Users
0 Reactions
2,637 Views
(@eabjoker)
Posts: 11
Active Member
Topic starter
 
[#2621]

I tried to find an answer for this issue and did not find a complete solution, but here is what is causing the problem if you a are experiencing this.
The default apache installation, at least on Centos, places a config in /etc/httpd/conf.d/manual.conf that overrides the link to /manual and redirects it to /var/www/manuals.
Removing this config or changing this line in the config,
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"
to something like
AliasMatch ^/localmanual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"
will solve the problem.


 
Posted : 24 Sep 2015 21H57
(@babynus)
Posts: 14952
Member Admin
 

Thanks for sharing this trick.


 
Posted : 25 Sep 2015 11H40
Share:

Scroll to Top