I've checked my phpinfo as you say and it's the same as the php code I used to find it out.
I've been playing around with the files/users paths and the gallery_config.php file for awhile now.
let me make sure I got all this correct.
I changed the website name to domain.com
Quote:
Gallery Title
The title for your gallery. domain Gallery
Gallery URL
The full URL to your gallery. http://gallery.domain.com/
Files Path
The full path (NOT the URL!) to the folder in which your images will be stored. Ex: /home/yoursite/public_html/gallery/files /var/www/vhosts/domain.com/subdomains/gallery/httpdocs/files
Files URL
The URL to the folder in which your images will be stored. http://gallery.domain.com/files/
FTP User Folder Path
The path (NOT the URL!) to your user's upload folder (used for FTP uploads). Ex: /home/yoursite/public_html/gallery/users /var/www/vhosts/domain.com/subdomains/gallery/httpdocs/users
FTP User Folder URL
The URL to your user's upload folder (used for FTP uploads). http://gallery.domain.com/users |
and I need to fill in this info
Quote:
// ============================================
// Enter the full path to your forum here
// Example: /home/photopost/public_html/forum
// ============================================
$forumpath = '/var/www/vhosts/domain.com/httpdocs/forum';
?>
|
please tell me I'm missing something.