godaddy domain settings

by kevd10
3 replies
  • WEB DESIGN
  • |
My domain is not showing my site when typed in. However, if I add /wordpress to the end of it, it shows. How do I change this?
#domain #godaddy #settings
  • Profile picture of the author project1010
    You uploaded your site on wordpress directory , move on main directory instead of wordpress

    Thanks
    {{ DiscussionBoard.errors[8795623].message }}
    • Profile picture of the author kevd10
      Originally Posted by project1010 View Post

      You uploaded your site on wordpress directory , move on main directory instead of wordpress

      Thanks
      But I didn't upload it at all, I built it on my server
      Signature

      Please do not use affiliate links in signatures

      {{ DiscussionBoard.errors[8796666].message }}
  • Profile picture of the author SteveJohnson
    This has nothing to do with domain settings at GoDaddy.

    First, in your Dashboard, go to Settings > General, remove "/wordpress" from the Site URL field. Save changes.

    Next, copy the index.php and .htaccess files from the wordpress/ directory to the root directory. Open the root index.php file in an editor, change line 17 from
    Code:
    require('./wp-blog-header.php');
    to
    Code:
    require('./wordpress/wp-blog-header.php');
    Upload the modified file.

    In your Dashboard, go to Settings > Permalinks and hit the Save Changes button. This will regenerate the permalinks settings.

    Now your site will be visible at yoursite.com. Your dashboard will still be at yoursite.com/wordpress/wp-admin/
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[8801688].message }}

Trending Topics