I have an error when working with RewriteRule.
When I land on a requested page, the browser shows nothing.
Someone said to use AddType text/html php - but I don't know how.
I'm using Apache 1.3x (EasyPHP instalation) and PHP4.
my .htaccess file:
Code: Select all
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^article/(.+)$ article.php?f=$1