Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-01-18 20:08:03
- matthewmcinerney
- Member
- Registered: 2005-12-28
- Posts: 25
textpattern htaccess error
my file reads:
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/
<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) /site/index.php </IfModule>#php_value register_globals 0
and works,
but if i remove the /site/ from RewriteRule ^(.*) /site/index.php
it doesn’t run, and just tells me that it can’t find index.php
the reason it’s a problem is that the site seems to load very slow now
does anyone know why this is?
the site:
http://ouramericancousin.com/site
Offline
#2 2006-01-18 21:52:06
- KurtRaschke
- Plugin Author
- Registered: 2004-05-16
- Posts: 275
Re: textpattern htaccess error
The fault very likely lies neither in TXP nor its .htaccess
file, and any relationship you’re seeing there is almost surely coincidence. You might want to ask your hosting provider why DNS lookups on ouramericancousin.com
are slow; it could be a server or network issue.
-Kurt
kurt@kurtraschke.com
Offline
Pages: 1