Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2007-07-27 23:57:27
- Kevpool1
- Member
- Registered: 2007-07-06
- Posts: 13
Re: Is there any reason based on this server config why Clean URL's do not
With both of these i get clean url test failed.
Offline
Re: Is there any reason based on this server config why Clean URL's do not
Okay, so the test fails… but when you test it yourself by visiting your own website, do the clean URLs work there?
Also, try adding combinations of the following lines at the beginning of the .htaccess file:
RewriteBase /
DirectoryIndex index.php index.html
Options +FollowSymLinks
Offline
#15 2007-07-28 12:26:48
- Kevpool1
- Member
- Registered: 2007-07-06
- Posts: 13
Re: Is there any reason based on this server config why Clean URL's do not
this htaccess file makes no difference
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
Neither does this:
DirectoryIndex index.php index.html
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
Or this:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
Or this:
RewriteBase /
DirectoryIndex index.php index.html
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
Or this:
#RewriteBase /
DirectoryIndex index.php index.html
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
or this:
RewriteBase /
DirectoryIndex index.php index.html
#Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
or this:
RewriteBase /
#DirectoryIndex index.php index.html
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php
Offline
#16 2007-07-28 12:28:40
- Kevpool1
- Member
- Registered: 2007-07-06
- Posts: 13
Re: Is there any reason based on this server config why Clean URL's do not
Sorry Ruud should of made it clear when i test it i visit the links on my website as well as the diagnostics tab in the admin section
Offline
Re: Is there any reason based on this server config why Clean URL's do not
I’m out of ideas…
Offline
#18 2007-07-28 12:41:29
- Kevpool1
- Member
- Registered: 2007-07-06
- Posts: 13
Re: Is there any reason based on this server config why Clean URL's do not
Ok Ruud no problem, thank you for your time and effort much appreciated.
Offline