PDA

View Full Version : Is it possible to configure ISPManager when saving data


Norton
12-07-2010, 11:33 PM
For domains I create a lot of subdomains.
To properly show web pages on subdomains I need to add the. Htaccess entry

RewriteEngine on
RewriteBase /

However I would like to avoid this and automate your work, whether it is possible to configure ISPManager to automatically add the domain to create a record in the file apache2.conf

<Directory /var/www/data/subdomain.domain.pl/>
php_admin_value_open_basedir "var / www / data:."
RewriteEngine on
RewriteBase /
</ Directory>

vian
12-08-2010, 02:35 AM
It's possible. Please read
http://en.ispdoc.com/index.php/Configuration_file_templates_(ISPmanager)