Hi, I'm running Apache2, and I'm hosting a phpnuke site. I've set up my domain name so that it points to my ip, but to get to my site I have to type in something like "http://myip/nuke/index.php". I've seen on other sites you can just type in the ip and it loads the site. Is there any way I can set it up so that when I type in my ip, it loads my webiste? Thanks
Set your DocumentRoot to be to your nuke directory, where ever that is. Example
Code:
/var/www/html/nuke/
Or if you dont want to mess with the conf file, just move everything up a level. IE copy everything of uf the nuke directory and place it at the same level.
/var/www/nuke/html
is the way I use for 1 of mine I host 3 on 3 diffrent drives.
/home/username/p1/nuke/html
/home/username/eldiablo/nuke/html
Point with virtual host.
Must read Review for Serious PHP Developers
NuSphere PhpED 5.5
: The Staff of php-editors.com recently spent a few days working with NuSphere
PhpED 5.5
(a popular PHP IDE) and
NuCoder 2.0
(a PHP Encoding Utility), read up on all the details.