![]() |
|
incorrect url to admin page - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: incorrect url to admin page (/thread-19.html) |
incorrect url to admin page - rsilletti - 20-09-2005 I installed Zenphoto localhost. I can make most of it work, but some of the urls are wrong. The most obvious example is the admin link from the home page. incorrect url to admin page - rsilletti - 20-09-2005 A little extra info: incorrect url to admin page - rsilletti - 20-09-2005 Quick fix here is in:
But if your not using mod_rewrite more needs to happen. incorrect url to admin page - trisweb - 21-09-2005 Yep, that is true. Thanks for the bug report. Lots of problems without mod_rewrite at the moment. incorrect url to admin page - rsilletti - 22-09-2005 Can't get .htaccess to work for my life. 500 server errors. I'm trying to install in the root directory. RewriteBase should not need a value. current .htaccess looks like this: RewriteEngine On !!! Change this to the absolute path !!!RewriteBaseRewriteRule ^zen/(.)$ - [L] RewriteRule ^page/([0-9]+)/?$ index.php?page=$1 [QSA,L] incorrect url to admin page - trisweb - 22-09-2005 You gotta have that RewriteBase set to the path from the root of your server. Also, mod_rewrite only works with Apache. Looks like you've got IIS on localhost, so no dice. I'll get a bugfix out which fixes bugs when mod_rewrite is off. incorrect url to admin page - rsilletti - 23-09-2005 Nope, using Apache - server errors had to do with the way I'm using my Mac to handle .htaccess files, haven't quite figured out what yet. In any case, i have a site up and running at RewriteBase / works in .htaccess And it looks like fun so far, Thanks incorrect url to admin page - rsilletti - 23-09-2005 Went poking around after upload my first photo and creating my first gallery. Only made one attempt at the upload and everything seemed to work fine. incorrect url to admin page - trisweb - 23-09-2005 Don't worry about that They're just extraneous entries for some weird reason. Feel free to delete them. incorrect url to admin page - Fonz - 30-09-2005 If you don't want to use mod_rewrite, you will have to : 1- like already says :
2- Search and replace all : incorrect url to admin page - trisweb - 30-09-2005 Shoot I still didn't fix those?? Next release and soon. Sorry about that. |