riz1980
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to remove /blog from single site urlHi Krishna,
here are the steps I am taking,
1. go in to the phpMyAdmin.
2. click on the database I created.
3. click wp_options.
4. edit siteurl from http://example.net/blog TO http://example.net
5. edit Home from http://example.net/blog To http://example.netI am not changin any thing any where else.
can you tell what is wrong with my above steps.
one last thing option_value have dropdown box in front of it which have long list to choose from but I am leaving it blank and only changing the url in text box. do I have to select some thing from that drop down list as well?
Thanks
Forum: Fixing WordPress
In reply to: how to remove /blog from single site urlHi Krishna,
I have found the Home field and changed the url in it as well, but when I type http://example.com, I am getting the Hostgator getting started page, and the site page at http://example.net/blog is gone as well and I am getting this message;Just another WordPress site
Menu
Skip to contentHome
Sample PageThis is somewhat embarrassing, isn’t it?
It seems we can’t find what you’re looking for. Perhaps searching can help.
kindly some one help me out.
Thanks
Forum: Fixing WordPress
In reply to: how to remove /blog from single site urlHi krishna,
Thanks for your reply, I have already went through the following procedures before posting here. i.e.Changing the URL directly in the database
{{{ If you know how to access phpMyAdmin on your host, then you can edit these values directly to get you up and running again.
Backup your database and save the copy off-site.
Login to phpMyAdmin.
Click the link to your Databases.
A list of your databases will appear. Choose the one that is your WordPress database.
All the tables in your database will appear on the screen.
From the list, look for wp_options. Note: The table prefix of wp_ may be different if you changed it when installing.
Click on the small icon indicated as Browse.
A screen will open with a list of the fields within the wp_options table.
Under the field option_name, scroll down and look for siteurl.
Click the Edit Field icon which usually is found at the far left at the beginning of the row.
The Edit Field window will appear.
In the input box for option_value, carefully change the URL information to the new address.
Verify this is correct and click Go to save the information.
You should be returned to your wp_options table.
Look for the home field in the table and click Edit Field. Note There are several pages of tables inside wp_options. Look for the > symbol to page through them.
In the input box for option_value, carefully change the URL information to the new address.
Verify this is correct and click Go to save the information.}}}}}but I was lost at following step ”’Look for the home field in the table and click Edit Field. Note There are several pages of tables inside wp_options. Look for the > symbol to page through them.”’ because I can not under stand what does he mean by it where is this Home field.
kindly can you direct my in right direction.Thanks