timshel.


Composition

This entry is made up of 91 words. It was last modified in September 2006.

A free permalink available.

Would you like to add the first comment on this entry?

"He who forgets, will be destined to remember..."

25 April 2005 Monday

RewriteRule ^$ index.html [L]

slated in site-building at 10:09 PM

ie. allowing index.html despite textpattern’s obsession with index.php

thank you Andrew (aka ‘birthday boy’) for the line:
RewriteRule ^$ index.html [L]

making my .htaccess file:
RewriteEngine On
# line with [L] is specifically for construction
RewriteRule ^$ index.html [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]

RewriteRule ^(.*) index.php

the brilliance and use of this is that index.html is no longer trumped by the index.php which is core to textpattern… so i can have my placeholder active in index.html, and still have my textpattern site/index.php running along happily.

Subscribe to XML comments feed for this article

Want to be one of the cool kids with an image next to your comments? Get a Gravatar.

Add your comment here:

*Your comment will NOT be sent until you hit SUBMIT after previewing.

from here you might like to: visit the archive, hop to home,
or page through other journal entries: