Forum

rewrite conversion

Aaron
4 February 2012, 15:35

Hi

Can anyone advise what this should be in Hiawatha. Thanks

#<IfModule mod_rewrite.c>
# RewriteEngine On
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteRule ^(.*)$ index.php [QSA,L]
#</IfModule>
Hugo Leisink
4 February 2012, 17:12
RequestURI isfile Return
Match .*\?(.*) Rewrite /index.php?$1
Match .* Rewrite /index.php
Aaron
4 February 2012, 17:17
Thanks Hugo
This topic has been closed.