Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#16 2009-11-08 12:35:52

Kelon
Member
Registered: 2009-10-18
Posts: 16

Re: Forcing index.php for clean urls???

Hi
The host have taken statements out of the .htaccess….. I was adding (uncommenting) statements in. ‘Less is more’. It works now cut down to just 4 statements (for info):

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule (.*) index.php

The statements below have been removed, no idea what the implications are:

RewriteBase /
RewriteRule ^(.+) – [PT,L]
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]

Thanks for your help.

Last edited by Kelon (2009-11-08 12:36:35)

Offline

#17 2009-11-08 17:56:50

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: Forcing index.php for clean urls???

The only possible implication I can see is that you may not be able to use HTTP authentication, but that doesn’t always work anyway.

Offline

Board footer

Powered by FluxBB