• 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…………………………..

Viewing 15 replies - 1 through 15 (of 15 total)
  • Boris

    (@travel-junkie)

    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!

    Thread Starter arvind-bhargava

    (@arvind-bhargava)

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

    Like @travel-junkie said, it will be:

    http://localhost/xampp/wordpress

    Assuming your wordpress files are in a directory called wordpress

    Thread Starter arvind-bhargava

    (@arvind-bhargava)

    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

    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

    Thread Starter arvind-bhargava

    (@arvind-bhargava)

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

    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

    Thread Starter arvind-bhargava

    (@arvind-bhargava)

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

    @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

    Thread Starter arvind-bhargava

    (@arvind-bhargava)

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

    Thread Starter arvind-bhargava

    (@arvind-bhargava)

    plz reply

    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.

    Boris

    (@travel-junkie)

    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…

    Thread Starter arvind-bhargava

    (@arvind-bhargava)

    Thread Starter arvind-bhargava

    (@arvind-bhargava)

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

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Xampp Blog URL’ is closed to new replies.