Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    Please review this WP codex to do it properly: http://codex.wordpress.org/Changing_The_Site_URL

    I suppose you have a FTP program installed (like filezilla) depending on your Operating system. All you need to go to root directory of your website using your server login credentials, and find a file name wp-config.php.
    Download this file on your desktop, and open with any text-editor (like notepad or textmate).
    At the bottom of that file, you will find a line which says:

    /* That's all, stop editing! Happy blogging. */

    add these two line, and make change in URL from example.com to YOURURL.COM (depending upon your amendments)

    define('WP_HOME','http://example.com');
    define('WP_SITEURL','http://example.com');

    Once you logged in your dashboard, go to settings > Permalinks and click save changes.

    Hello, I can no longer find my site http://meshaintz.org Can you help me?

    Moderator t-p

    (@t-p)

    @ meshaintz,
    First off, to get full attention to your specific issue, my suggestion would be to start your own thread. Despite any similarity in symptoms, your issue is likely to be completely different because of possible differences in physical servers, accounts, hosts, plugins, theme, configurations, etc. To get the best attention to your specific issue as you deserve, please review how and where to post in this forum: http://codex.wordpress.org/Forum_Welcome#Where_To_Post

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No access to my wordpress-site’ is closed to new replies.