Hi Alex, i am using "mod_rewrite with php_include" and getting the following error: Fatal error: Cannot redeclare rewrite_run_main() (previously declared in /srv/www.shopstat.com/htdocs/register/plugins/protect/php_include/rewrite.php:53) in /srv/www.shopstat.com/htdocs/register/plugins/protect/php_include/rewrite.php on line 52 Any hint ? Thanks. Hartmut
Harmut, once you protected parent folder with .htaccess, you don't need to protect child folders. It is valid for all protection methods, but specially important for mod_rewrite.
Now Alex had helped me setup this issue (he just copied the original file and it worked i am now having another problem. All works excellent with my perl-application and the "redirect" per "mod_rewrite with php_include" except one issue: If i want to have a form in my perl-application and this form is using the "POST"-Method, after the "redirect" i don't have any post-parameter left. What can i do here ? Alex please help me out. Thanks. Hartmut
Hi Alex, unfortunately (for professional issues) i cannot avoid using POST, because I want to update a password over this form. Any other thoughts ?! Regards Hartmut