• I currently have a wordpress blog http://blog.whyspam.me recently i learned that this adds no page rank to whyspam.me so i would like to transition to http://whyspam.me/blog. On my server I have a fully functioning ruby on rails app in my public_html/whyspam.me directory and would like to keep the current wordpress app installed on disk at public_html/blog.whyspam.me to keep my deployment scenario the same. I’ve tried to do this simply by modifying my NGINX server settings to the correct root but this results in a 404 page on whyspam.me/blog but i get no error log in NGINX, so I don’t know why it cannot find my content.

    Is this a valid approach? Can this be done, thoughts or suggestions welcome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • blog.whyspam.me and whyspam.me are 2 different web adds.
    you can not change it unless you buy a new domain name: whyspam.me

    Thread Starter thinkbhoemian

    (@thinkbhoemian)

    I already have the domain whyspam.me otherwise i would not be able to host blog.whyspam.me as it is a subdomain of whyspam.me.

    Any clue of why i’m receiving a 404 error, or any settings through wordpress, or my server (NGINX) that I may be able to try?

    Thread Starter thinkbhoemian

    (@thinkbhoemian)

    I figured it out, not ideal…but not too bad either. I symlinked the folder under /public_html/whyspam.me/public/blog to /public_html/blog.whyspam.me/public. It works great, you can check out the result for yourself. Hopefully this will help http://whyspam.me get a small bump in PR.

    To make the transition seamless i put a redirect in nginx to make all queries to blog.whyspam.me redirect to whyspam.me/blog. Perfect!

    good job !!!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Change wordpress URL without changing directory on disk’ is closed to new replies.