Member
Member
ekfritz   2005-10-04, 16:24
#1

I can get the install working just fine, but with one catch: it has to be in a folder. I set up a subdomain (http://photos.fritzhubbard.org/) but unless I put everything in a folder it won't work.

I think (I don't know a ton about this stuff) it has something to with .htaccess really wanting there to be something after the RewriteBase / but if it's at root level, then that is indeed the correct address, yes?

It seems to want to work, but the folders aren't accessed correctly. There's no CSS applied and the albums are no called correctly.

I've loaded the working version at http://photos.fritzhubbard.org/zp/

and the non-working version is simply minus the "zp/"

They are exactly the same, other than .htaccess

Is this normal?

Developer
Developer
trisweb   2005-10-04, 18:38
#2

Yes, this is indeed a bug in 0.9 with the new path resolution. The .htaccess is fine, but the printed paths in the PHP files are off by a slash.

If you want you can tweak the code at the bottom of config.php to manually set the WEBPATH constant like so:

define('WEBPATH', '/');

Like I said, I'll make the paths work in a bugfix release soon.

Member
Member
ekfritz   2005-10-04, 22:57
#3

Tried that, no worky for me.

If a fix is coming, don't worry about it... I can wait--I'm just a tinkerer.

So far so good, by the way. I really like where this is going.

Member
Member
danbee   2005-10-05, 15:54
#4

I'm trying to do the same thing, at http://photos.pixelhum.com

Gonna have to fiddle later though, no time left now.

Developer
Developer
trisweb   2005-10-05, 18:11
#5

Yep, I'll definately fix it in the next release.

Member
Member
danbee   2005-10-06, 08:10
#6

Groovy Look forward to it!

Member
Member
chucky   2006-07-09, 10:17
#7

hi i'm using the latest version, 1.0.3, but it can't make the rewriting work when installed at root ....
do i have to tweak something ??
thanks

Member
Member
DarrellD   2006-07-09, 11:56
#8

You need to change a line in your .htaccess file which is in the root of your zenphoto installation.

In your case (if it's installed at the root) you should have the following RewriteBase line:
RewriteBase /

Member
Member
chucky   2006-07-09, 13:05
#9

that's what i tried, but it didn't work ...

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.