forget about using .htaccess for mod_rewrite. It often fails through it.
Use it directly from httpd.conf
Maxim Maletsky
Founder, Chief Developer
PHPBeginner.com (Where PHP Begins)
www.PHPBeginner.com
[EMAIL PROTECTED]
[ rswfire ] writes:
> .htaccess (returns 500 misconfiguration error message)
> {
>
> RewriteEngine on
> RewriteBase /
> RewriteRule * index.php
>
> }
>
> http://swifte.net/phpinfo.php
>
> (i did not use braces in the .htaccess file)
>
> _________________________________________________________________
> Join the world�s largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php