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?
Comments
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.
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.
Gonna have to fiddle later though, no time left now.
do i have to tweak something ??
thanks
In your case (if it's installed at the root) you should have the following RewriteBase line:
`RewriteBase /`