Member
Member
annimohl   2007-03-01, 13:45
#1
Hi guys,

I'm not very good in English so i'm really trying to understand all the things you guys say.

i did a clean installation, but it isn't working, this is my HTACCES file.

# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /zenphoto
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

-------------- as you can see , i also use wordpress which is located at " annimohl.be "

everything is installed on : www.annimohl.be/zenphoto
/cache (has 777)
/albums (has 777)

i really don't know why it isn't working...

Can you guys help me out ?

thanks...from a noobie.
Member
Member
stef   2007-03-01, 14:11
#2
@annimohl
Could it be the mod_rewrite problem? Just switch it off in .htaccess and zen/zp-config.php
Details are available in the forum
Member
Member
annimohl   2007-03-01, 14:23
#3
NICE.

it is working !!!

but how can i make it work with .HTACCESS

PS: sorry from above.... didn't saw zenphoto has his own HTACCESS..

THANKS
Developer
Developer
trisweb   2007-03-01, 19:28
#4
Yep, use Zenphoto's .htaccess for mod_rewrite functionality. It's a bit different from wordpress'. You can chain them too, if you want wordpress in one folder and zenphoto in another, just use the 2 .htaccess files, should work fine.
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.