Hello Guys,
Good day!.. Just wondering if anyone find time to help me here.

I am currently working large file cakephp application more than 10mb
per file.
I came accross of modifying my php.ini and htaccess.

After I login in my account I added this to my htaccess.

<IfModule mod_actions.c>
        Options +ExecCGI
        AddHandler php5-cgi .php
        Action php-cgi /cgi-bin/php5-custom-ini.cgi
        Action php5-cgi /cgi-bin/php5-custom-ini.cgi
</IfModule>

<IfModule mod_rewrite.c>
        RewriteEngine on
        RewriteBase /
        RewriteCond %{ENV:REDIRECT_STATUS} 200
        RewriteRule .* - [L]
        RewriteRule    ^$ app/webroot/    [L]
        RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

and Yes it work well.

But Then I found out lately, if this htacess will be loaded to my
hosting before I login. I can't get into my dashboard and it keeps
coming back to login page not even throwing any error message.

Any Idea how to resolve this??

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to