Help Needed to turn off Redirect

surferket

Junior Member
Joined
Dec 5, 2008
Messages
179
Reaction score
117
I have this problem with my article directory when I click on any articles:

Code:
http://xxxxxxxx.com//articles/326/1/The-Happiness-Gene/Page1.html


note the "//" before "articles/326/1......

This is causing the articles not showing when I click on the article link.

Does anyone know which file is causing this scripting error and how I should correct it?

Please help.

Thanks
 
Last edited:
probably when you edited your config, you entered your website url as
HTML:
http://www.mysite.com/
with an ending dash


so go back and remove that ending dash from wherever is your config file

so it looks like this
HTML:
http://www.mysite.com
 
You are totally correct. That was where I made the mistake.
Thank you.
 
Back
Top