I managed to get my apache running and all fine, But I can only access it with my static-ip and localhost.
Here is my config in htdocs :
Code:
<?php
######################################################
# Website Title
######################################################
$title="DeathWoW";
######################################################
# Domain url
# - With http:// and without trailling slash "/" at end
######################################################
$domain_url="http://deathwow.no-ip.org";
######################################################
# Server Address
# - Used for online/offline status
# - PHP fsockopen() must be enabled on your web server
######################################################
$server = "deathwow.no-ip.org";
######################################################
# SQL Connection
######################################################
$db_user = "root";
$db_pass = "ascent" ;
$db_host = "127.0.0.1";
The IP pointed at the website is also my static IP.