Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#37 2008-12-16 17:37:38

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,328
Website Mastodon

Re: Write tab, 4.0.7

hcgtv wrote:

My naive question is this, why did it work in 4.0.6?

4.0.7 is the very first TXP version to actually use jQuery in core. We’re a bit late…

Offline

#38 2008-12-16 18:02:39

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: Write tab, 4.0.7

wet wrote:

4.0.7 is the very first TXP version to actually use jQuery in core. We’re a bit late…

I never thought to look in the .htaccess file, since jquery.js has been around since 4.0.5.

The Apache error.log showed no errors and I developed tunnel vision over time.

Here’s the new .htaccess:

<IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteCond %{REQUEST_FILENAME} !textpattern(/setup)?/?$
 RewriteCond %{REQUEST_FILENAME} !textpattern/((setup/)?index|css)\.php$
 RewriteCond %{REQUEST_FILENAME} !textpattern/textpattern\.(css|js)$
 RewriteCond %{REQUEST_FILENAME} !textpattern/jquery\.js$
 RewriteCond %{REQUEST_FILENAME} !textpattern/txp_img/.+\.(jpg|gif|png)$
 RewriteRule ^(.*) - [F]
</IfModule>

Thanks again Wet, I’ll keep the Bat Light handy :)

Offline

Board footer

Powered by FluxBB