Hi,
i trying to use rewrite feature of Apache webserver.
i edited at my .htaccess and wrote the following code at end of the document
RewriteEngine On
RewriteRule myfile/(.)/(.).php
/myfile.php?page=$1&id=$2
When i saved the file .htaccess , site shown the Internal Server Error.
What went wrong ? Please advice.
How can check at webserver that mod_rewrite feature of apache is on.
i think "RewriteEngine On" can on the mod_rewrite feature.
In my webserver .htacess there are already mentioned
- FrontPage-
--
Thanks in advance