I am trying to forward all http requests on my virtual host to an index.php file in my apache servers document root.
would the following .htacess file do that ?
RewriteEngine On
RewriteRule . index.php
I am trying to forward all http requests on my virtual host to an index.php file in my apache servers document root.
would the following .htacess file do that ?
RewriteEngine On
RewriteRule . index.php