Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
510 views
in Q2A Core by
closed by
Hi,

I have one index page &  when i click on button Q2A will open.I placed Q2a in sepaate folder in public_html of server!!

So When sending confirmation email or any mailing service its giving wrong path.

Ex: It's giving www.example.com//index.php/blabla?..

But i need as www.example.com/Q2afolder/index.php/confirm?......

So how can i set path?In which file  i hav to modify?

Or

Any other better way to host?

Help me as am new in web dev...

Thanks in Advance..
closed with the note: Got Solution

1 Answer

0 votes
by
edited by

((www.example.com//index.php/blabla?..)) Check your sentext..

you have two // in the above.

should look like this((www.example.com/index.php/blabla?..)) you have entered a wron URL

 

by
(www.example.com/index.php/blabla?..
ya..You right.
But My Q2a in another folder in Server.So It has to be
(www.example.com/Q2a/index.php/blabla?.
How can i do that??
by
You are sending Register Email from q2a for confirmation of registertion? And q2a is giving you a wrong URL in the recived Email for replay confirmation?
Or are you getting wrong URL when when Register button is clicked?
by
am sending the confirmation email to the guys who were registered with us.
Its sending as
http://codergize.uphero.com//index.php/confirm?c=wyacdy&u=blablah+blabla
but i need it has to go as
http://codergize.uphero.com/CodergizeQAForum/index.php/confirm?c=wyacdy&u=blabla+blabla
as my q2a is placed in dat folder in a public_html..
You check once in this link
http://codergize.uphero.com/
...