• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

mod_rewrite

R

rackserverz

Guest
Hi

I have just installed a new Debian Plesk 7.5 installation and have a problem with mod_rewrite. I have the following .htaccess file:

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

That results in the following error:

Invalid command 'RewriteEngine', perhaps mis-spelled or defined by a module not included in the server configuration

I previously had a RedHat Plesk 7.5 installation which worked fine. What is the problem?

Thank you
 
Newermind. I figured out to copy /etc/apache2/mods-avalible/rewrite.load to /etc/apache2/mods-enabled/rewrite.load and mods_rewrite is working now...
 
Back
Top