like below, it seems it's not even getting that far. I'll harass the
hosting support team again.
Action php5-script /interpreters/php5-script
AddHandler php5-script .php
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/awstats/
RewriteRule ^$ app/webroot/ [L]
RewriteCond %{REQUEST_URI} !^/awstats/
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
On 28 May, 15:13, AD7six <andydawso...@gmail.com> wrote:
> On May 28, 3:49 pm, leo <ponton....@gmail.com> wrote:
>
> > I have examined the logs of two websites on the same hosting and there
> > is nothing relating to users. The only site references are benign:
> > exclog: site37: domain absolute-escapes.com
>
> What log are you looking at.
>
>
>
> > I'm about to roll up my sleeves and dive into the auth component.
>
> Sounds a bit pointless
>
> http://www.absolute-escapes.com/users/logindoesn't look like you even
> invoke php. If you want to debug it put echo "here"; die; on line one
> of your webroot/index.php file and go to /users/login. If you see
> "here" by all means debug (from index.php onwards don't assume it has
> anything to do with the auth component), if you don't you have an
> apache alias or some other factor intercepting the request.
>
> hth,
>
> AD
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment