Author |
Message |
Topic: PATH_INFO in PHP is wrong |
Ermax
Replies: 1
Views: 289
|
|
I found a bug in 2.4 and started a thread a long time ago in the PHP section. Aprelium replied saying that the bug was fixed and would be included in the next release. Well I just installed 2.5 beta ... |
Topic: Galley2 URL Rewrite via PATH_INFO |
Ermax
Replies: 9
Views: 27502
|
|
Ermax,
Oops. Thank you for spotting that. We'll fix it in the next release. If this is urgent, please contact us and we'll send you a fixed version ASAP.
Thats ok, it is just my personal webpage ... |
Topic: Galley2 URL Rewrite via PATH_INFO |
Ermax
Replies: 9
Views: 27502
|
|
well when I goto say an IIS server and request a page like, phpinfo.php/test+test, PATH_INFO returns /test+test. But when I do the same request with the same browser to an Abyss server PATH_INFO retu ... |
Topic: Galley2 URL Rewrite via PATH_INFO |
Ermax
Replies: 9
Views: 27502
|
|
Well I found another problem.
If you goto a URL like:
www.blablabla.com/phpinfo.php/test+test
PATH_INFO should return /test+test like all other servers do. Instead Abyss escapes the + with % ... |
Topic: Galley2 URL Rewrite via PATH_INFO |
Ermax
Replies: 9
Views: 27502
|
|
I finally got URL Redirection working for Gallery2 using the PATH_INFO method.
Here is my recipe:
PHP 5.2.1
Abyss X1 2.4
Gallery 2.2.1
Interface: FastCGI (Local - Pipes)
Interpreter: php-c ... |
Topic: Galley2 URL Rewrite via PATH_INFO |
Ermax
Replies: 9
Views: 27502
|
|
Ermax,
Edit the PHP interpreter declaration in Scripting Parameters and set its type to Standard (instead of PHP Type).
I have already tried changing cgi.fix_pathinfo to 1 and changing from PHP ... |
Topic: Galley2 URL Rewrite via PATH_INFO |
Ermax
Replies: 9
Views: 27502
|
|
I am trying to get URL Rewrite working in Gallery2. I am using the FastCGI interface set to PHP Style and have these settings in my PHP.ini file:
cgi.force_redirect = 0
cgi.fix_pathinfo = 0
Here ... |
|