Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
952 views
in Q2A Core by
edited by

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.

 

1 Answer

+1 vote
by

I answered my previous question here. It uses the option AllowEncodedSlashes.

by
After adding this only second option become "OK", but first option is still not "OK". I want to use first option. Please suggest.
by
moved by
Please suggest me a solution. As I want to use first option as in this forum.
...