PDA

View Full Version : enable htaccess site by site or server wide


mspIggy
8th July 2008, 06:32
we need htacess site by site or server wide...

as is suspected - server error when i load now...

new install ubuntu server 8.04

how can this be done?

what file needs to be edited?

what edit needs to be added...

many thanks

till
8th July 2008, 12:19
Please post the exact error message that you get.

mspIggy
8th July 2008, 17:47
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
..........
a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request
please....

how is htaccess enabled...

thank you

mspIggy
9th July 2008, 06:37
finally i found this

.............

very easy to do!

many thanks to hans
...............................

Probably .htaccess files are not allowed on your system.
You can add the following to the Apache directives field of your website:

<Directory "/var/www/web1/web">
Options FollowSymLinks
AllowOverride All
</Directory>

Where, web1 is your own webnumber.
__________________
Hans