PDA

View Full Version : Install in Different Directory


oriecat
01-26-2008, 03:12 PM
Can pixel post be installed in a different directory? Like you can do here with WordPress?
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Thanks :)

austriaka
01-26-2008, 04:17 PM
of course you can.
read here: http://www.pixelpost.org/docs/GettingStarted/Install and look at point 4

If you have it already installed, move everything via FTP into the new folder (don't forget the index.php, check the CHMOD for images and thumbnails folder), go to your admin panel under the new address (yourdomain.com/photoblog_folder/admin) and set the new URL in Admin Options

kevincrafts
01-26-2008, 07:19 PM
Or do you mean where it is installed in one directory but accessed in another? I guess you could have a .htaccess file that would point things to the right place.

oriecat
01-26-2008, 08:02 PM
Yes, that is what I mean, as stated on the page I linked to:
Many people want WordPress to power their site's root (e.g. http://example.com) but they don't want all of the WordPress files cluttering up their root directory. WordPress allows you to install the WordPress files to a subdirectory, but have your blog exist in the site root.

I guess I will play with it and see what happens.

balboa
02-07-2008, 03:36 PM
oriecat,

I am having the same problem -- have you been able to find a solution ?