• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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