Jump to content

oldmanice

Members
  • Posts

    134
  • Joined

  • Last visited

    Never

Everything posted by oldmanice

  1. You could set up a vhost or some domain provirders may allow this and others may not. What you are asking for is called url forwding wich allows you to change the address but keep the same page it really depands if your domain provider allows you. 
  2. 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
  3. The <Directory /home/*/public_html>  bit is wrong it should be either DirectoryIndex header.html or DirectoryIndex index.html
  4. Hey Ober mate can you change my display name to Old Man River or if no gaps allowed the night_tripperz
  5. 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  :'(
  6. You could have just simply moved your files to your documents and draged it back in when youve got the new apache.
  7. This could be a nuber of diffrant reasons. 1. Is it could be that your computer has a infection 2. Maybe the file is infected with something wich is causing problems 3. You probery have to many files and it cant handle it TO fix this you need more MB Hope this helps
  8. Hey wildteen88 your right in one way but he also could create a vhost.
  9. As ive said before you are going to have to create a vhost wich are very compilated and wich take effort and time. Look at the last posts and you will find ive showed others how to do this.
  10. Or you could just simply pasted it into your document root, The problem is that when using localhost other people cant see it go onto www.whatismyip.com and use the code in the window so others can view it. Thanks
  11. Well there is a way your gonna have to make your files have passwords to get in or have a lincences.
  12. I know someone who uses my apache server and I dont want him to use it how do i block him. BTW I dont know his ip address
  13. 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
  14. 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
  15. 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
  16. Well mate i think in folder a you will have to create another folder in there called a and put nothing in it and then you will access it as www.atkhmer.com/a/a If this dosent gelp let me know
  17. I think your going to have to allow from all wich I dont think your doing
  18. No i found out how to do it all you do is in your http conf file and go to    DirectoryIndex and change it to header.html and then make a header in the dirctory and then it will look like a website without an index table
  19. Yes but the only bit you can change is the wesite bit to do this go onto your apache http conf file and go down to ServerName and change it to what ever you want. And you can get rid of i completly by going down to to server name and turn it off so like this ServerSignature off
  20. 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
  21. Allright man Im sure hes happy
×
×
  • 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.