AN FYI, not sure if it matters, but when i look in phpinfo on the server i do not see mod_rewrite in the info page, does this mean its not loaded/working?
my /etc/apache2/mods-enabled dir contents
lrwxrwxrwx 1 root root 30 2007-09-19 09:44 actions.load -> ../mods-available/actions.load
lrwxrwxrwx 1 root root 28 2007-09-19 09:44 alias.load -> ../mods-available/alias.load
lrwxrwxrwx 1 root root 33 2007-09-19 09:44 auth_basic.load -> ../mods-available/auth_basic.load
lrwxrwxrwx 1 root root 33 2007-09-19 09:44 authn_file.load -> ../mods-available/authn_file.load
lrwxrwxrwx 1 root root 36 2007-09-19 09:44 authz_default.load -> ../mods-available/authz_default.load
lrwxrwxrwx 1 root root 38 2007-09-19 09:44 authz_groupfile.load -> ../mods-available/authz_groupfile.load
lrwxrwxrwx 1 root root 33 2007-09-19 09:44 authz_host.load -> ../mods-available/authz_host.load
lrwxrwxrwx 1 root root 33 2007-09-19 09:44 authz_user.load -> ../mods-available/authz_user.load
lrwxrwxrwx 1 root root 32 2007-09-19 09:44 autoindex.load -> ../mods-available/autoindex.load
lrwxrwxrwx 1 root root 27 2007-09-19 09:44 cgid.conf -> ../mods-available/cgid.conf
lrwxrwxrwx 1 root root 27 2007-09-19 09:44 cgid.load -> ../mods-available/cgid.load
lrwxrwxrwx 1 root root 26 2007-10-17 16:01 cgi.load -> ../mods-available/cgi.load
lrwxrwxrwx 1 root root 26 2007-09-19 09:44 dir.conf -> ../mods-available/dir.conf
lrwxrwxrwx 1 root root 26 2007-09-19 09:44 dir.load -> ../mods-available/dir.load
lrwxrwxrwx 1 root root 26 2007-09-19 09:44 env.load -> ../mods-available/env.load
lrwxrwxrwx 1 root root 36 2007-10-18 10:45 fastcgi_ispcp.conf -> ../mods-available/fastcgi_ispcp.conf
lrwxrwxrwx 1 root root 36 2007-10-18 10:45 fastcgi_ispcp.load -> ../mods-available/fastcgi_ispcp.load
lrwxrwxrwx 1 root root 27 2007-09-19 09:44 mime.load -> ../mods-available/mime.load
lrwxrwxrwx 1 root root 34 2007-09-19 09:44 negotiation.load -> ../mods-available/negotiation.load
lrwxrwxrwx 1 root root 28 2007-09-19 09:44 proxy.conf -> ../mods-available/proxy.conf
lrwxrwxrwx 1 root root 33 2007-10-17 16:01 proxy_http.load -> ../mods-available/proxy_http.load
lrwxrwxrwx 1 root root 28 2007-09-19 09:44 proxy.load -> ../mods-available/proxy.load
lrwxrwxrwx 1 root root 30 2007-09-19 09:44 rewrite.load -> ../mods-available/rewrite.load
lrwxrwxrwx 1 root root 31 2007-09-19 09:44 setenvif.load -> ../mods-available/setenvif.load
lrwxrwxrwx 1 root root 29 2007-09-19 09:44 status.load -> ../mods-available/status.load
lrwxrwxrwx 1 root root 29 2007-09-19 09:44 suexec.load -> ../mods-available/suexec.load
lrwxrwxrwx 1 root root 32 2007-10-17 15:04 unique_id.load -> ../mods-available/unique_id.load
????
Rob..
robmorin Wrote:But long array thing id for php5 only.... as per that article and was dropped in php6
Rob..
joximu Wrote:try to disable suhosin (or set it in simulation-mode), define an error.log for php, maybe it's the "long-array" thing http://ch2.php.net/manual/en/ini.core.ph...ong-arrays
Well, otherwise it's hard to guess without the source...
/J