godaddy domain settings

by 3 replies
4
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?
#website design #domain #godaddy #settings
  • You uploaded your site on wordpress directory , move on main directory instead of wordpress

    Thanks
    • [1] reply
    • But I didn't upload it at all, I built it on my server
  • Banned
    [DELETED]
  • 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/

Next Topics on Trending Feed