Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
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
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 :)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline