Module Ideas?
Off Topic
Perth....is that part of Australia????
# All requests through the router
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)favicon\.ico$ modules/jrCore/img/favicon.ico [L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ modules/jrCore/router.php?_uri=$1 [NC,L]
</IfModule>
RewriteCond %{SERVER_PORT} ^443$
RewriteCond %{HTTP_HOST} ^punkbandpromotions\.com [NC]
RewriteRule .? https://www.punkbandpromotions.com%{REQUEST_URI} [R=301,L]