Re: https and mod_rewrite

2007-11-28 Thread powtac
Found a thread similar to your problem: http://www.webhostingtalk.com/archive/index.php/t-373698.html, they mention to run the easyapache or buildapache script... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake

Re: https and mod_rewrite

2007-11-28 Thread jaymon
It turned out to be a slightly corrupted installation of apache. I had compiled mod_rewrite into the apache ssl engine, but then had also loaded the mod_rewrite.so library. Getting rid of the latter fixed the problem Thanks for the help, Jay On Nov 27, 8:13 pm, "Samuel DeVore" <[EMAIL PROTECTED

Re: https and mod_rewrite

2007-11-27 Thread Samuel DeVore
On Nov 27, 2007 5:35 PM, jaymon <[EMAIL PROTECTED]> wrote: > > Would the port mapping for the allow_override rule always live in > the .htaccess file or is possible that it is somewhere else? > With my problem it was in the httpd.conf files that the ports and allow override issues were taking pla

Re: https and mod_rewrite

2007-11-27 Thread jaymon
Would the port mapping for the allow_override rule always live in the .htaccess file or is possible that it is somewhere else? On Nov 27, 1:59 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote: > I'vehad that problem when my allow override rule was tied to the port > (80) and was not set for thehttp

Re: https and mod_rewrite

2007-11-27 Thread Samuel DeVore
I'vehad that problem when my allow override rule was tied to the port (80) and was not set for the https port (443) it was a funky apache issue for me. I have also had a server where two totally different instances of apache handled http and https and had different configs On Nov 27, 2007 10:

Re: https and mod_rewrite

2007-11-27 Thread Chris Hartjes
On Nov 27, 2007 11:45 AM, jaymon <[EMAIL PROTECTED]> wrote: > > I can't seem to get Cake to work over https. I have my project working > fine over http so I know that the code is good. But when I try to run > it from my https server it can't find "/home" (The requested URL / > home/ was not found

https and mod_rewrite

2007-11-27 Thread jaymon
I can't seem to get Cake to work over https. I have my project working fine over http so I know that the code is good. But when I try to run it from my https server it can't find "/home" (The requested URL / home/ was not found on this server.). Additionally when my server starts up it gives me a