Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by neeraj ( 13 years ago )
To configure the web server open a terminal window and change directory to /etc/httpd. In this directory you will find a number of sub-directories. Change directory into the conf sub-directory where you will find an httpd.conf file which contains the configuration settings for the Apache server. Edit the httpd.conf' file using your favorite editor.
find
AllowOverride None
and change it to :
AllowOverride All
Revise this Paste