Htaccess, mod_Rewrite, cakephp?

I suppose it could be your cgi. Try something like this?

I suppose it could be your cgi. Try something like this? RewriteEngine on RewriteBase / RewriteCond %{ENV:REDIRECT_STATUS} 200 RewriteRule .

* - L RewriteRule ^$ app/webroot/ L RewriteRule (.*) app/webroot/$1 L You'll also want to make sure there isn't something goofy going on in your app/webroot/. Htaccess It might be helpful to post both here.

Good idea! But it doesn't work... I added the other htaccess. – Tioneb Nov 4 '10 at 6:13 I came across the altered answer as a suggestion for breaking a hard-to-find redirect cycle.

Maybe it will help. – mootinator Nov 4 '10 at 6:32 Brilliant! It solves the issue and the site appears to be fully functional!

Can I leave it like that safely? – Tioneb Nov 4 '10 at 6:56 Assuming it doesn't break anything I don't see why not. – mootinator Nov 4 '10 at 14:49.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions