Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

with NO .htaccess in place, all requests to /login go straight to /cart/register which then goes to /cart

no code in any of those files gets executed (PHP files)

there is nothing in the httpd.conf referencing "login" or "cart"

Any help would be MUCH appreciated!

share|improve this question
post your apache conf please - make sure it is the active one – Erik Jul 10 '10 at 17:47
Can you paste the login code here? Will need that in order to help. What cart is it? Is there a live link to it? – Codex73 Jul 10 '10 at 18:17

1 Answer

Sorry for not getting back sooner. I figured it out.

Apparently Apache was sourcing the .htaccess in the parent folder of the https (ssl webroot) folder. (?)

Must be a host configuration or something

Arg. I want those hours of my life back! :)

Thanks for stepping up, guys :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.