Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-04-06 01:56:21

Bill G
Member
From: Minnesota, USA
Registered: 2005-05-04
Posts: 11
Website

Netfirms and clean urls

I have not been able to get clean urls to work on Netfirms. Does anyone know how to get it to work.

This gives me 404 errors:

#DirectoryIndex index.php index.html
#Options +FollowSymLinks
RewriteBase /

<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]

RewriteRule ^(.*) index.php </IfModule>

#php_value register_globals 0

Other configurations I have tried give 500 errors.

I currently have only a base install, none of my own templates or articles. See www.billgotz.com

Offline

Board footer

Powered by FluxBB