Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#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
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