I installed a Question2Answer by adding an alias to WAMP server on Win XP. I can access the question and answer site at the following url: http://localhost/q2a/
I wanted to change url's in the admin/general and the top 2 options are not "OK".
q2a.conf file created by WAMP contains following code,
Alias /q2a/ "D:\Forum\q2a-question2answer-c41db55/"
<Directory "D:\Forum\q2a-question2answer-c41db55/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>
I want to use URL structure's first option.
Please suggest solution for this.