Note that there are some explanatory texts on larger screens.

plurals
  1. POmod_rewrite infite loop
    primarykey
    data
    text
    <p>i have Apache 2.2 and 3 virtual hosts on it and a mod_rewrite infinite lopp isssue i cannot resolve. Apache is in my company LAN on the 192.168.1.228 IP address. 2 virtual hosts work perfectly. The third makes problems. My network admin created a subdomain to point to that 192.168.1.228. The Virtual Host is configured this way: </p> <pre><code>&lt;VirtualHost 192.168.1.228&gt; DocumentRoot "C:/Apache/htdocs/stansrodowiska" ServerName giostube.mycompany.local LimitInternalRecursion 1000 &lt;Directory "C:/Apache/htdocs/stansrodowiska"&gt; Options Indexes FollowSymLinks Includes AllowOverride None Order allow,deny Allow from all RewriteEngine on RewriteCond $1 !^(index\.php|images|upload|css|download|assets|js|nfos|robots\.txt) RewriteRule ^(.*)$ /stansrodowiska/index.php/$1 [L] &lt;/Directory&gt; &lt;/VirtualHost&gt; </code></pre> <p>If i access this website from my lan over the address: <a href="http://giostube.mycompany.local/" rel="nofollow">http://giostube.mycompany.local/</a> i get an </p> <pre><code>403 Forbidden You don't have permission to access /stansrodowiska/index.php/stansrodowiska/index.php/stansrodowiska/index.php/stansrodowiska/index.php/stansrodowiska/index.php/stansrodowiska/index.php/stansrodowiska/index.php......... on this server </code></pre> <p>The /stansrodowiska/index.php/ is of course repeated much more often i think to around 2048 chars which is the HTTP POST maximum. Strange thing is that exactly the same mod_rewrite rules work on an other preconfigured WAMP environment (Vertrigo).<br> Underneath there is a Codeigniter 1.7.2 application. </p> <p>Is the error within the mod_rewrite rules or do i have to search elsewhere?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload