Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2012-09-18 08:12:15

RedFox
Member
From: Netherlands
Registered: 2005-03-25
Posts: 811
Website

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

#2 2012-09-18 09:34:46

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,173
Website GitHub Mastodon Twitter

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

Board footer

Powered by FluxBB