We are having some issue with our relative path in wordpress.
Earlier our application was like http://www.skill-guru.com/skill .
So if we type the blog address as http://www.skill-guru.com/blog it would add a / at end and open it as
http://www.skill-guru.com/blog/
Now our application opens as root in domain http://www.skill-guru.com.
Our blog is opening as http://www.skill-guru.com/blog/ but not as http://www.skill-guru.com/blog.
I am not able to understand the reason.
because of this issue , search is also not working.
Can anyone please help me understand what has changed and how it can be fixed ?
We are having some issue with our relative path in wordpress. Earlier our application
Share
I’m not sure about the underlying cause, but while you figure that out you may just want to redirect “blog” to “blog/” in your .htaccess file. I think this will do it…
I’m assuming that somewhere else in the .htaccess you have…
In fact, you might find that in the process of changing you site someone nuked the existing .htaccess.