• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to enable HTaccess in Plesk 11?

ChuckJ

New Pleskian
My question is similar to the unresolved question about htaccess enabling at http://forum.parallels.com/showthre...erMatch-is-off-which-implies-that-RewriteRule. I have a subdomain that is acting very strangely in regard to htaccess. Shows an error if I put a deliberate boo-boo in the file, but disregards syntactically correct deny/allow statements.

I see no clear cut path to enabling htaccess files in plesk 11. Am I missing something?

This seems to be outdated: http://kb.parallels.com/en/124.

The vhosts domain.com/conf folder last-httpd-include file shows:
#ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
#
#IF YOU REQUIRE TO APPLY CUSTOM MODIFICATIONS, PERFORM THEM IN THE FOLLOWING FILES:

#/var/www/vhosts/domain.com/conf/vhost.conf
#/var/www/vhosts/domain.com/conf/vhost_ssl.conf


- But the referred files don't exist

I'm really confused on this. Help!
 
http://www.webdnstools.com/articles/plesk/apache_configuration

I have not tested it yet...

Go to: /var/www/vhosts/your_domain/conf
create: "vhost.conf" and edit it with what you want do....

set: chmod 644 (?)

Plesk 9: /usr/local/psa/admin/bin/websrvmng -a -v
Plesk 10 and 11: /usr/local/psa/admin/bin/httpdmng --reconfigure-all

optional: /etc/init.d/httpd configtest
use: /etc/init.d/httpd restart (or reload)


EDIT: I have tested it and working fine.
 
Last edited:
Back
Top