Code: Select all
Here's the .htaccess file:
AddType x-mapp-php5 .php
Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteRule ^fm/directory_jump.php /index.php [R]
RewriteRule ^fm/directory.php /index.php [R]
RewriteRule directory_jump.php /index.php [R]
RewriteRule ^fm/ /index.php [R]
rewritecond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*) http://nondisclosed.co.uk/index.php [R]
RedirectMatch 404 http://nondisclosed.co.uk/index.php
RedirectMatch 400 http://nondisclosed.co.uk/index.php
RedirectMatch 403 http://nondisclosed.co.uk/index.php
RedirectMatch 500 http://nondisclosed.co.uk/index.php
ErrorDocument 404 http://nondisclosed.co.uk/index.html
ErrorDocument 400 http://nondisclosed.co.uk/index.html
ErrorDocument 403 http://nondisclosed.co.uk/index.html
ErrorDocument 500 http://nondisclosed.co.uk/index.htmlAnd the CSS loader in the HEAD section looks like:
Code: Select all
<style type="text/css">@import "smarty/templates/default.css";</style>
<!--[if lt IE 7]>
<style type="text/css">@import "smarty/templates/ie6.css";</style>
<script defer type="text/javascript" src="smarty/templates/pngfix.js"></script>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">@import "smarty/templates/ie7.css";</style><![endif]-->