Jump to content

oldmanice

Members
  • Posts

    134
  • Joined

  • Last visited

    Never

Posts posted by oldmanice

  1. Yes the reason http://proxify.com can access it is because it can access any website. The site you are working on is only avalible on your computer. To fix this either have your own domian name for it or just have it at your ip address if you find it out try it on another computer and it should work. If not then you have made a mistake somewhere and need to find and and fix it. Or maybe the :8888 bit needs to go. I personaly dont think you need 12.345.67.89:8888 just http://12.345.67.89
  2. I had this problem its simple when you learn. Loalhost's cant be seen on other peoples computers its only on your owm pc. If you want people to access it thne you cant have localhost. but if you log onto http://whatismyip.com and get that number other people can access it buy typing in that number. I know it a stupid nuber and no one wants it but you will just have to live with it. Or if you really dont want it then you will have to buy a domain name. see like mine http://waterlakefield.com/wwe/ or http://86.17.240.228.

    If you are in the usa I recommend you buy a domian name off http://register.com or in the uk http://easily.co.uk 

    :'(

  3. For windows any apache server is fine all you have to do is download the version you think is suitable. They are all good in ther own ways I mean apache  2.0.20 and higher is better for fancy indexing wich is controled by a header file and apache 1.3.27 and higher  is better for standerd apache indexing. Log onto http://httpd.apache.org/download.cgi and and once your on then go onto archive download site and click bianries then win32 then download the version

    Hope this helps

    Thanks
  4. If you want diffrant folder names you will have to go into each folder and create a folder called what ever you want and icnore the other one and put the same things in

    For example if you have  www.atkherm.com/a you must have a folder called a and you want www.atkherm.com/a/b then in that folder make one called b to access it as youve asked
  5. Man its not easy your going to have to create verital hosts and a lot of them it very trickey.

    Look :

    NameVirtualHost ******

    #    ServerAdmin webmaster@dummy-host.example.com
    #    DocumentRoot /www/docs/profile.php?id=100&name=atkhmer ( Make a folder underneth called whatever you want the url to be) 
    #    ServerName www.atkhmer.com
    #    ErrorLog logs/dummy-host.example.com-error_log
    #    CustomLog logs/dummy-host.example.com-access_log common
    #    ServerAdiman atkhmer.com
    #</VirtualHost******>

    BTW the  * Is your local ip address wich can be found at http://whatismyip.com
  6. Yes there are two ways of doing that either your domian name DSn settings allowes you to do that or if not then create a vertial host

    <VirtualHost xxxxxx
    #    ServerAdmin Ur email address goes here
    #    DocumentRoot The u will have to create a folder undernath this called .Gallery
    #    ServerName Ur domian name goes here
    #    ErrorLog logs/dummy-host.example.com-error_log
    #    CustomLog logs/dummy-host.example.com-access_log common
    #</VirtualHost>

    </VirtualHost> xxxxx

    BTW the xxx isnt kisses ;) its your local IP address wich can be found at http://whatismyip.com

    If not then register a domian name with http://easily.co.uk they let you have a sub domian name
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.