i made this change and now...
i still get the directory page when i go to "view gallery"
but now i get [b]"Error: The 'albums' directory cannot be found or is not readable"[/b] when i go to "administrate"
i realize that there is an answer to this problem posted here, but i cannot seem to get it work.. i'm at my wit's end
here is my info again
++++++++++++++++++++++++++
i changed the .htaccess file to this :
<blockqoute># htaccess file for zenphoto
# NOTE: Change the RewriteBase below to the absolute path to your zenphoto directory.
<IfModule mod_rewrite.c>
RewriteEngine On
# !!! Change this to the absolute path !!!
RewriteBase [b]/zenphoto[/b]
RewriteRule ^zen/(.*)$ - [L]
RewriteRule ^tests/(.*)$ - [L]
RewriteRule ^admin$ admin/ [R]
RewriteRule ^admin/?$ zen/admin.php [QSA,L]
RewriteRule ^admin/admin.css$ zen/admin.css [R,L]
RewriteRule ^admin/admin.js$ zen/admin.js [R,L]
RewriteRule ^page/([0-9]+)/?$ index.php?page=$1 [QSA,L]
RewriteRule ^([^/\.]+)/?$ index.php?album=$1 [QSA,L]
RewriteRule ^([^/\.]+)/page/([0-9]+)/?$ index.php?album=$1&page=$2 [QSA,L]
RewriteRule ^([^/\.]+)/image/(thumb|[0-9]{1,4})/([^/\\]+)$ zen/i.php?a=$1&i=$3&s=$2 [QSA,L]
RewriteRule ^([^/\.]+)/image/([^/\\]+)$ albums/$1/$2
RewriteRule ^([^/\.]+)/([^/\\]+)$ index.php?album=$1&image=$2 [QSA,L]
</IfModule></blockqoute>
and the config.php varianles are set like this:
</blockqoute>
<?php /* PUT NOTHING BEFORE THIS LINE, not even a line break! */
$conf = array();
define("DEBUG", true);
/** Do not edit above this line. **/
/**********************************/
/////////// zenPHOTO configuration variables.
// After you're done editing this file, load
// http://www.yoursite.com/zenphotodir/zen/setup.php
// to run the setup (of course, replacing the paths where needed).
//// The following three only matter if your template uses them.
// The default template does.
// What you want to call your photo gallery.
$conf['gallery_title'] = "CODE IS POETRY";
// For a link back to your main site
$conf['main_site_name'] = "BULLEDESIGN";
$conf['main_site_url'] = "http://www.bulledesign.com/";
// If you're in a different time zone from your server, set the offset in hours:
$conf['time_offset'] = 0;
// Tags allowed in comments
$conf['allowed_tags'] = "<a><i>[i]<b>[b]
Quote:[list]
[list=1]
[*]";
// The path to zenphoto on the server - e.g. /home/user/public_html/zenphoto. No trailing slash/
$conf['serverpath'] = "/home/b/u/bulle/public_html/zenphoto";
// The URL of zenphoto from the domain root. - e.g. 'http://www.bulledesign.com/zenphoto'
// (or '/zenphoto' in that case). No trailing slash/
$conf['webpath'] = '/zenphoto';
// If you have Apache mod_rewrite, put true here, and you'll get nice cruft-free URLs.
// MAKE SURE TO EDIT THE .htaccess FILE with your path information.
$conf['mod_rewrite'] = true;</blockqoute>
and mt test.php is here:
<blockqoute>http://www.bulledesign.com/zenphoto/test.php</blockqoute>
still no go...
i greatly appriciate you taking the time to help me with this!! i know there has to be a way for me to get this working
[/list]
[/list]
[/b][/i]</a>