Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
mod_rewrite ... enabled or not?
After upgrading to v4.5.1 … Txp tells me that ‘mod_rewrite module is missing’ … info.php is confirming that … I can’t find the ‘mod_rewrite’ module. But my provider tells me that on all servers and therefore on all domains mod_rewrite is installed and can be modified via .htaccess … !!??
BTW … clean url’s are working > tvdiever.nl
Pre-flight controle:
------------------------
Apache module mod_rewrite is niet geinstalleerd
------------------------
inhoud .htaccess bestand:
------------------------
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
#ErrorDocument 403 default
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^(.+) - [PT,L]
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
# SVG
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
------------------------
Last edited by RedFox (2012-09-18 08:14:34)
Offline
Re: mod_rewrite ... enabled or not?
mod_rewrite … enabled or not?
Since clean urls are working I would think that mod_rewrite is definitely not missing but maybe somebody will be able to help in getting rid of the error in the diagnostics.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Pages: 1