Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-12-31 00:41:46

maruchan
Member
From: Ukiah, California
Registered: 2010-06-12
Posts: 590
Website

Clean URLs seem OK...ignore the failure notice?

Guess the title says it all — my articles seem to be previewing fine, though I haven’t tested every sort of URL. Should I be concerned that the clean URL test failure message is still on?

My .htaccess is:

DirectoryIndex index.html index.cgi index.php
RewriteEngine On
RewriteBase /site/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteRule ^(.*) index.php

Offline

#2 2010-12-31 20:51:33

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Clean URLs seem OK...ignore the failure notice?

If I’m not mistaken, the message only says that the clean URL test failed, not the clean URLs themselves. I think it depends on the server settings. I have seen the message when the plugin rvm_maintenance was active, but only with one particular host. As long as it works, I wouldn’t worry.
Isn’t there a little question mark next to the message that you can click on and that tells you more? I can’t test it because I can’t produce the message ;)

Offline

#3 2011-01-01 05:23:23

Gocom
Developer Emeritus
From: Helsinki, Finland
Registered: 2006-07-14
Posts: 4,533
Website

Re: Clean URLs seem OK...ignore the failure notice?

Els, yes. The message does infact tell if the actual test failed, not necessarily that the actual clean URLs are not working. For example, the test will fail if PHP can’t make a connection to the server, which can happen if PHP’s outgoing connections are blocked.

If the clean URLs work, you can happily ignore the message.

Offline

#4 2011-01-01 06:52:04

maruchan
Member
From: Ukiah, California
Registered: 2010-06-12
Posts: 590
Website

Re: Clean URLs seem OK...ignore the failure notice?

Thanks! Just in case, are there a few specific URL combinations I should test?

Offline

#5 2011-01-01 17:43:30

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: Clean URLs seem OK...ignore the failure notice?

maruchan wrote:

Just in case, are there a few specific URL combinations I should test?

If all possible URLs on the site in question work, I wouldn’t go digging any further ;)

Offline

Board footer

Powered by FluxBB