MaggsWeb:7

www.maggsweb.com

Posts Tagged ‘ htaccess ’

Add this into your .htaccess file…

?View Code APACHE
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1

[More]

Not tried and tested by me (yet) but I am assured that this is the way to do do this…
[More]

In IE6 and sometimes in IE7 the background images flicker if they’re also an <a>.  A small edition to .htaccess overrides the browsers default to load the backgrounds every time.

[More]

Cold hard website errors are horrible and unnecessary. All you need is a few nice looking .html files in your directory somewhere, then use .htaccess to reditrect to these when there is an error. Obviously, no errors at all would be better…. :)
[More]