Forum

.htaccess rules

Dave
4 March 2013, 20:38
Does anyone know what the following .htaccess set up would translate to in the URL toolkit?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php [L,QSA]


Hiawatha version: 8.8
Operating System: Mac Os X 10.8.1
Hugo Leisink
4 March 2013, 21:42
Match ^/.*\?(.*) Rewrite /index.php?$1
Match .* Rewrite /index.php
Dave
7 March 2013, 00:24
Ok my rules in the toolkit so far are:

RequestURI isfile Return
RequestURI isdir Return
Match ^/.*\?(.*) Rewrite /index.php?$1
Match .* Rewrite /index.php

Everything is working except that my css and some images don't load periodically even though I can see the links in the source.
If I do a browser refresh then they show up.
Any ideas what this might be from?

Thanks,
Dave
Hugo Leisink
7 March 2013, 00:59
Can be due to a lot of things. Can you show me your complete configuration and the URL of your website?
Dave
7 March 2013, 02:17
Sure sent you an email. Thanks.
This topic has been closed.