PDA

View Full Version : How to Change the address of pixelpost?


kiumo.net
02-01-2009, 02:21 PM
Hi people,

I currently have my pixelpost installed at http://mydomain.com/pixel

How to i make it appear just with http://mydomain.com?

thanks

Trauko
02-01-2009, 04:48 PM
Simply delete index.html in www dir (if exist) and move PP to your www dir
Don't forget change settings in PP admin panel.

Suerte :)

kiumo.net
02-01-2009, 11:40 PM
I've tried moving index.php in the PP directory to the root directory but it does not work. =(

Trauko
02-02-2009, 12:15 AM
Klumo,
you must move all PP
or create an index.html in root dir like this

<html>
<head>
<title>KLUMO</title>
</head>

<frameset rows="100%,*" frameborder="0" framespacing="0" border="0">
<frame name="" src="http://yourdomain/pixel/index.php" marginwidth="10" marginheight="10" scrolling="auto" >
</frameset>


</html>