wworange

Member
PartnerNOC
Jun 22, 2006
12
0
151
Dear support:

Is /home/user/public_html/manual a special directory for Cpanel.
I upload 1.pdf to the "manual" directory.But browser only show 404 not found
I modify "manual" to "manuals" or some other names.All can display normally.
What happened


Best Regards,
 

cpanelinfoseeker

Well-Known Member
Oct 25, 2002
323
3
168
NE Illinois
cPanel Access Level
Root Administrator
It is setup in "httpd.conf" (as follows):

# This Alias will project the on-line documentation tree under /manual/
# even if you change the DocumentRoot. Comment it if you don't want to
# provide access to the on-line documentation.
#
Alias /manual/ "/usr/local/apache/htdocs/manual/"

<Directory "/usr/local/apache/htdocs/manual">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

Ron