Hey all,
Didn't quite know where to put this so I posted here. Please move if appropriate.
I'm using .htaccess on a personal site of mine, on a local Apache 1.3 server. I have the following lines in my file:
RewriteEngine on
RewriteRule !.(gif|jpg|png|css)$ /includes/forward.inc.php
I obviously have a page at includes/forward.inc.php with a simple:
In it.
When I load a page in Firefox pointing to http://localhost/index.php (and any other page for that matter) it continuously loads, endless-loop style.
I commented out the second line and the 'RewriteEngine on' causes no problems on its own, so it's just that second line that causes the browser to load and load and load.
I'm using Apache 1.4 (in c:\apache), PHP4 (I think) and Windows XP Home edition. I installed Apache, PHP and MySQL with the package from PHPGeek.
Any ideas?
Thanks a lot.