Forums

Xampp Blog URL (16 posts)

  1. Arvind Bhargava
    Member
    Posted 10 months ago #

    hello guyz...
    Im not able to display my blog..on web..
    What will be the url of my blog..
    i have placed wordpress in xampp\htdocs folder...
    what will be my url..
    for example if my blog name is techstar..
    what could me url..
    plz help im not able to get the wordpress help regarding changing location of wordpress files..
    PLZ HELP................................

  2. travel-junkie
    Member
    Posted 10 months ago #

    You need to put wp in a folder and then call it with something like that:
    http://localhost/folder

    it's actually best if you make subdomains, but that's a bit more complicated. open xampp\apache\conf\extra\http-vhosts.conf and add for every subdomain something like this:

    <VirtualHost *:80>
        DocumentRoot "d:/xampp/htdocs/haoooa"
        ServerName folder.localhost
    </VirtualHost>

    obviously you need to adjust folder and d:/ to fit your needs.

    This bit needs to stay like this:

    NameVirtualHost *:80
    <VirtualHost *:80>
        DocumentRoot "d:/xampp/htdocs"
    	ServerName localhost
    </VirtualHost>

    Then open c:\WINDOWS\system32\drivers\etc\hosts and add something like this for every subdomain:
    127.0.0.1 folder.localhost
    make sure you leave
    127.0.0.1 localhost
    intact like it is. Obviously, this is only valid for a windows systems. Then stop apache using the xampp console and activate it again. Your subdomains will now be available with something like this:
    http://folder.localhost
    Enjoy!

  3. Arvind Bhargava
    Member
    Posted 10 months ago #

    i asked what will be my wordpress url and weburl(dat users will type to access my blog)
    i have xampp installed in c:/

  4. figaro
    Member
    Posted 10 months ago #

    Like @travel-junkie said, it will be:

    http://localhost/xampp/wordpress

    Assuming your wordpress files are in a directory called wordpress

  5. Arvind Bhargava
    Member
    Posted 10 months ago #

    i want to name it after my blog named techstar..like
    techstar.com
    i want to include my blog's name in the url u said..

    when the users type in and my wordpress is in c:\xampp\htdocs

  6. figaro
    Member
    Posted 10 months ago #

    If you are trying to use xammp installed on your local computer and connect that to the internet so that you're running your own internet-connected server, then you have a lot more to do. That's not a simple process if you are not a skilled server admin.

    It would be best to get an account with an inexpensive host (bluehost for example) and set-up your site there

  7. Arvind Bhargava
    Member
    Posted 10 months ago #

    but sir i want to do it through xampp...
    if u can...give me the links for it

  8. figaro
    Member
    Posted 10 months ago #

    Well, there are lots of links...here is one:

    http://www.boutell.com/newfaq/creating/hostmyown.html

    Just Google thinks like phrases like: running your own server OR hosting your own server

  9. Arvind Bhargava
    Member
    Posted 10 months ago #

    if someone has some other point to mention plz mention..
    im working on the above points

  10. thisisedie
    Member
    Posted 10 months ago #

    @Arvind Bhargava

    You can't just install Xampp, install Wordpress, and expect anyone on the internet to be able to see it. As figaro said, you have a lot more work to do if that's what you're trying to achieve. The address for YOU to view WP locally on your machine however is exactly what travel junkie told you... http://localhost/the-name-of-the-folde-rcontaining-wordpress

  11. Arvind Bhargava
    Member
    Posted 10 months ago #

    @ thisisedie
    sir i know that..i will do the more work..
    plz tell me what to do..so that users can view my blog

  12. Arvind Bhargava
    Member
    Posted 10 months ago #

    plz reply

  13. figaro
    Member
    Posted 10 months ago #

    It's a little difficult to write out the exact proces.

    Read the apache friends support forums...there is a lot of information there and they may be able to help you better understand this process.

  14. travel-junkie
    Member
    Posted 10 months ago #

    a while ago i read a tutorial on nettuts.com on how to set up your own server. i'm in india at the moment on a horribly slow connection, so can't look it up, but search for it on their website. good luck...

  15. Arvind Bhargava
    Member
    Posted 10 months ago #

  16. Arvind Bhargava
    Member
    Posted 10 months ago #

    sir i would want to add a host for my blog
    how to do that...????

Reply

You must log in to post.

About this Topic

Tags

No tags yet.