Did you transfer your files from yourdomain.com/wp to yourdomain.com?
Thread Starter
5onsat
(@5onsat)
I went in to cPanel’s File Manager and moved all the files in /wp to /public_html (including three folders and a bunch of loose files). Still getting a server error unfortunately.
Moderator
t-p
(@t-p)
I went in to cPanel’s File Manager and moved all the files in /wp to /public_html
– To have a site work from root or move from example.com/wp to just example.com: See http://codex.ww.wp.xz.cn/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install
Thread Starter
5onsat
(@5onsat)
Thanks, Tara. That was the method I had tried before but apparently it did not save. I went into index.php again and changed it. I wasn’t exactly sure about what to change it to, so I tried a couple combinations and none of them seemed to work. Right now I have
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . ‘/wp/wp-blog-header.php’ );
Because “wp” is the folder where all the files are (they are also still copied into the root drive). Still getting a server error. Did I change it correctly?
Did you change the value in database?
If not yet,
Go to phpmyadmin -> go to database for that site -> wp_options
Then find the option_name “siteurl” and “home” to http://kyinthesky.com
Thread Starter
5onsat
(@5onsat)
I went to where you said Jomarlipon (I’d never been there before) and went into wpoh_options. The siteurl and home were already changed so unfortunately I still can’t find my site!
Can you provide screenshot of the database which siteurl and home is shown?
Thread Starter
5onsat
(@5onsat)
Sorry, I haven’t been able to figure out how to upload an image here and copy/paste didn’t seem to work. I put it in my Google drive, so you can view it at this link: https://drive.google.com/file/d/0B6XPEnQ-2M3FT21tSmNRWW95QW8/view?usp=sharing
Thank you.
Is your site working now?