I'm a bit frustrated at this delima and this I'm posting here. I built apache with lots of stuff outlined in this phpinfo() file:
http://iccold.com/phpinfo.php
I guess, for right now, I need the most basic way of telling if the mod_rewrite works. I used:
RewriteEngine On
RewriteRule ^phpinfo$ /phpinfo.php [R]
To even just pull up the phpinfo page I referenced above like:
http://iccold.com/phpinfo
But it doesnt work... any hints, tips, or advice? Thanks very much in advace...
