Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Clean-URL-Trouble after Update 4.0.5 > 4.0.6
Hi,
I get a “clean_url_data_failed: Nice try.”-Error after updating.
My htaccess reads as follows.
DirectoryIndex index.php index.html
Options +FollowSymLinks
Options -Indexes
< IfModule mod_rewrite.c > RewriteEngine On RewriteBase /
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
< /IfModule >
For 4.0.5, it was (and it worked well):
Options +Multiviews
AddDefaultCharset UTF-8
AddType application/x-httpd-php .html .htm .php
DirectoryIndex index.html index.php
php_value register_globals 0
Options +FollowSymLinks
< IfModule mod_rewrite.c >
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
< /IfModule >
Any idea, anybody?
Offline
#2 2008-02-03 23:29:58
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Clean-URL-Trouble after Update 4.0.5 > 4.0.6
If your previous .htaccess worked, you can safely replace the new one with it. At least, that’s what I have done without problems.
Last edited by els (2008-02-03 23:30:56)
Offline
Offline
Re: Clean-URL-Trouble after Update 4.0.5 > 4.0.6
Some more facts from the quick check tab:
PHP-Version: 4.4.7
GD-Graphikbibliothek: bundled (2.0.28 compatible); Unterstützte Grafikformate: GIF, JPG, PNG.
Lokale Serverzeit: 2008-02-04 00:47:00
MySQL: 4.0.25-Max-log
Regionale Einstellungen: de_DE.UTF-8
Server: Apache
Apache-Version: Apache
PHP Server API: apache2handler
RFC-2616-Header:
Betriebssystem des Servers: Linux 2.6.17.8-nmm1
Aktive Plugins: dca_mailto_form-0.1m, fha_time_diff-0.23, tru_tags-3.1, rpg_trackbackurl-0.2m, rpg_trackbackrdf-0.2m, glx_if-0.6.4m, mem_akismet-0.1, upm_img_popper-1.3.5, upm_category_title-0.4.5, txp_icio_us-1.4m, gaw_if_comment_preview-0.1, upm_image-0.6, mdn_count-1.4, ajw_total_comments-0.1.1m, klp_word_count-0.2, rss_admin_show_adv_opts-0.3, ajw_notepad_public-0.1, wet_opensearch-0.1, the_video-0.8, ako_nav-1.0, rss_auto_excerpt-0.4.1, stm_image_uploader-0.4, wet_quicklink-0.4.5, wet_peex-0.3, wet_link-0.7, gbp_admin_library-0.4.669, gbp_permanent_links-0.11.669, nko_spamurl_blocker-0.3m, wet_commentmagic-0.5m
Voruntersuchung:
————————————
Einige PHP-Funktionen sind deaktiviert.: escapeshellcmd, proc_nice, ini_restore
clean_url_data_failed: Nice try.
————————————
Last edited by Kossatsch (2008-02-03 23:48:48)
Offline
#5 2008-02-03 23:49:21
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Clean-URL-Trouble after Update 4.0.5 > 4.0.6
Have clean URLs stopped working? If they still work, don’t worry.
BTW I like the ‘nice try’, never seen that before ;)
Last edited by els (2008-02-03 23:57:34)
Offline
Re: Clean-URL-Trouble after Update 4.0.5 > 4.0.6
The ‘maximum URL length’ in your advanced preferences is set too low ;)
Offline
Offline