hi there,
I am a first timer in trying to set up an apache web service.
I just created a subfolder for my website and I am trying to configure the Apache to view it correctly:
on server:
in <Directory /Options -Indexes
AllowOverride All
order allow,deny
allow from all
</Directory>
in <Directory /usr/local/etc/httpd/htdocs/mysubfolder>
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
# AND
Alias /mysubfolder/ /usr/local/etc/httpd/mysubfolder/
<Directory /usr/local/etc/httpd/mysubfolder>
Options -Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Given this is a paid service from a host and I cannot remotly restart the server, I presume that they will restart the service every night or so. Still, when I go to:
I get error 404 File not found? What am I doing wrong?
Tnx
Daren J. Lahey
Just another computer guy...
FAQ183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Support your forums TODAY!
I am a first timer in trying to set up an apache web service.
I just created a subfolder for my website and I am trying to configure the Apache to view it correctly:
on server:
in <Directory /Options -Indexes
AllowOverride All
order allow,deny
allow from all
</Directory>
in <Directory /usr/local/etc/httpd/htdocs/mysubfolder>
Options -Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
# AND
Alias /mysubfolder/ /usr/local/etc/httpd/mysubfolder/
<Directory /usr/local/etc/httpd/mysubfolder>
Options -Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Given this is a paid service from a host and I cannot remotly restart the server, I presume that they will restart the service every night or so. Still, when I go to:
I get error 404 File not found? What am I doing wrong?
Tnx
Daren J. Lahey
Just another computer guy...
FAQ183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Support your forums TODAY!