How do I know if htaccess files are allowed and what kind of permissions do I have, if I don't have access to httpd.conf file ?
thanks
How do I know if htaccess files are allowed
Moderator: General Moderators
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: How do I know if htaccess files are allowed
Try it and see 
Re: How do I know if htaccess files are allowed
hi thanks for reply,
is the only possible option ?
If, for example, I want to add these lines in my htaccess file:
Options +Indexes //this is allowed
and authentication /this is not allowed
should I check if each line work or not ??
for all the folders I need to change config ?
thanks
is the only possible option ?
If, for example, I want to add these lines in my htaccess file:
Options +Indexes //this is allowed
and authentication /this is not allowed
should I check if each line work or not ??
for all the folders I need to change config ?
thanks
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: How do I know if htaccess files are allowed
I would start off simple and test the one you are most confortable with, then build up from there.
You will need to put the htaccess file in the root of all the relevant folders. Child folders will inherit from their parents.
You will need to put the htaccess file in the root of all the relevant folders. Child folders will inherit from their parents.
Re: How do I know if htaccess files are allowed
ok, otherwise I could ask to apache administrator since he is offering me the service
- jaoudestudios
- DevNet Resident
- Posts: 1483
- Joined: Wed Jun 18, 2008 8:32 am
- Location: Surrey
Re: How do I know if htaccess files are allowed
Thats probably your best place to start.aneuryzma wrote:ok, otherwise I could ask to apache administrator since he is offering me the service