Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2006-06-11 05:09:31
- tommelee
- Member
- Registered: 2006-06-10
- Posts: 10
Re: CMS convert, little help with...basics?
The site reverts to a left justified, white background, no graphics, no formatting.
And that should read “The only way the template doesn’t go away is if I leave the (IfModule) tag in place, which it ganked above because it was in <‘s. Reposting w/ edited syntax to prevent missing tags: (‘s should be <‘s
DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/
(IfModule mod_rewrite.c)
#Textpattern hotlink protection
#This needs to come before the general Txp rewrite rules
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?plucky\.org(/)?.*$ [NC]
RewriteRule s=file_download http://www.plucky.org/gank.txt [R,NC]
#Textpattern clean urls
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) [PT,L]
RewriteRule ^(.*) index.php
(/IfModule)
#php_value register_globals 0
Offline