Forum Moderators: phranque
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^diary([^.]+).html$ /index.php?page=diary&paging=$1 [L]
RewriteRule ^(.+)\.html$ /index.php?page=$1 [L]
RewriteRule ^(.+)$ /index.php/$1 [L]
[Mon Oct 15 21:38:42 2012] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.