Problem with Wordpress!!!!

14 replies
Hi. I created wordpress website with a free domain and hosted it on 000webhost. So the problem is this

I want domain as mydomain.tk
But i am getting my domain as mydomain.tk/wordpress.

So I want to remove "/wordpress" from my domain name. I had used FTP of 000webshost which is net2ftp. Filezilla is not working for me. I know i have to change the root directory but I don't know how to do it. I also refered the wordpress codex and i haven't got any idea. So if you can help me, it will be great for me. Thanks and Cheers.
#problem #wordpress
  • Profile picture of the author aldemer
    Originally Posted by swatz89 View Post

    Hi. I created wordpress website with a free domain and hosted it on 000webhost. So the problem is this

    I want domain as mydomain.tk
    But i am getting my domain as mydomain.tk/wordpress.

    So I want to remove "/wordpress" from my domain name. I had used FTP of 000webshost which is net2ftp. Filezilla is not working for me. I know i have to change the root directory but I don't know how to do it. I also refered the wordpress codex and i haven't got any idea. So if you can help me, it will be great for me. Thanks and Cheers.

    I can help you to get rid of your problem, Just drop me a PM of you Website
    {{ DiscussionBoard.errors[5516342].message }}
    • Profile picture of the author swatz89
      just send the pm.
      {{ DiscussionBoard.errors[5516550].message }}
  • Profile picture of the author Nochek
    Did you install it all in the root directory of your site? Or did you not want it in the public_html file for a reason?

    You can always use an .htaccess file to remove the Wordpress part of the directory.

    For 000Webhost, it will look like this (RewriteBase / is NEEDED for 000)

    Code:
    Options +FollowSymlinks
    RewriteEngine on 
    RewriteBase /
    RewriteCond %{HTTP_HOST} !^www.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,NC,L]
    RewriteRule ^wordpress/(.+)$ http://www.mydomain.tk/$1 [R=301,L]
    Just save that as an .htaccess file and drop it in the root of your public_html file.
    Signature
    Nochek Solutions Presents:
    The Hydrurga WSO - Rank Your Site #1 And Score Over The Penguin Updates!
    {{ DiscussionBoard.errors[5518562].message }}
    • Profile picture of the author swatz89
      Originally Posted by Nochek View Post

      Did you install it all in the root directory of your site? Or did you not want it in the public_html file for a reason?

      You can always use an .htaccess file to remove the Wordpress part of the directory.

      For 000Webhost, it will look like this (RewriteBase / is NEEDED for 000)

      Code:
      Options +FollowSymlinks
      RewriteEngine on 
      RewriteBase /
      RewriteCond %{HTTP_HOST} !^www.
      RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,NC,L]
      RewriteRule ^wordpress/(.+)$ http://www.mydomain.tk/$1 [R=301,L]
      Just save that as an .htaccess file and drop it in the root of your public_html file.
      i have made the changes as you described. But its not working. Should i include my domain name in this line too "RewriteCond %{HTTP_HOST} !^www."

      should i save that in the "File: /public_html/.htaccess"
      {{ DiscussionBoard.errors[5523252].message }}
  • Profile picture of the author Ricky Dawn
    If its a fresh install and you haven't done much work on the site, the easiest thing would be to re install it in the 'Root' directory.

    How did you install it? Manually or via Fantastico?

    I can help you out moving it to another (Root) directory if you have worked on the site already, it would be easier me doing it then explaining how to do it.

    Ricky
    {{ DiscussionBoard.errors[5523603].message }}
    • Profile picture of the author swatz89
      Originally Posted by Ricky Dawn View Post

      If its a fresh install and you haven't done much work on the site, the easiest thing would be to re install it in the 'Root' directory.

      How did you install it? Manually or via Fantastico?

      I can help you out moving it to another (Root) directory if you have worked on the site already, it would be easier me doing it then explaining how to do it.

      Ricky
      how can u do it??
      {{ DiscussionBoard.errors[5524616].message }}
  • Profile picture of the author indianhub
    I can help you. Please contact me.
    {{ DiscussionBoard.errors[5526134].message }}
    • Profile picture of the author swatz89
      Originally Posted by indianhub View Post

      I can help you. Please contact me.
      hey, pm sent.
      {{ DiscussionBoard.errors[5529917].message }}
  • Profile picture of the author indianhub
    Yes i can do this. Please add me in skype : vinod_vyas_dt or contact on monstertech6@gmail.com
    {{ DiscussionBoard.errors[5529984].message }}
    • Profile picture of the author swatz89
      Originally Posted by indianhub View Post

      Yes i can do this. Please add me in skype : vinod_vyas_dt or contact on monstertech6@gmail.com
      ok. i will send u the email. do u need any kind of account info of my website? cheers.
      {{ DiscussionBoard.errors[5532010].message }}
      • Profile picture of the author Don Art
        the .htaccess method should work but, if if you can reinstall in the root that would be better long-term
        {{ DiscussionBoard.errors[5532461].message }}
        • Profile picture of the author swatz89
          Originally Posted by trudev View Post

          the .htaccess method should work but, if if you can reinstall in the root that would be better long-term
          can u tell me how to do it. please describe in steps. cheers.
          {{ DiscussionBoard.errors[5536730].message }}
          • Profile picture of the author swatz89
            anyone there who can help me?
            {{ DiscussionBoard.errors[5555973].message }}
  • Profile picture of the author shaunmackey
    As others have mentioned, reinstalling in your root directory (public_html) would be best long term. Simply repeat the same steps you took to install wordpress the first time, but instead of choosing the wordpress subfolder to FTP the files, select your root directory (public_html) and FTP the files there. Then just follow the wordpress installation instructions and your site will be accessible at yourdomain.tk. I hope that helps. Also, once your new wordpress instance is installed, I'd remove the /wordpress directory containing your initial install.
    {{ DiscussionBoard.errors[5557051].message }}

Trending Topics