Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
vendors:cisco:uc:ece:chatapiserver-redhat [2025/01/17 11:06] – [Enabling HTTPS] gerardorourkevendors:cisco:uc:ece:chatapiserver-redhat [2025/09/24 13:03] (current) – external edit 127.0.0.1
Line 340: Line 340:
 ===== Enabling .htaccess files ==== ===== Enabling .htaccess files ====
 To enable .htacess files edit the httpd configuration file - **/etc/httpd/conf/httpd.conf**  To enable .htacess files edit the httpd configuration file - **/etc/httpd/conf/httpd.conf** 
-In the default document root section: <code> <Directory "/var/www/html"></code>+In the default document root section: <code> <Directory "/data/sites/web/79pid-2tb-hostingcom/html"></code>
  
 Change the **AllowedOverride None** to **AllowedOverride All** Change the **AllowedOverride None** to **AllowedOverride All**
Line 346: Line 346:
 Default Example: Default Example:
 <code> <code>
-<Directory "/var/www/html">+<Directory "/data/sites/web/79pid-2tb-hostingcom/html">
     Options Indexes FollowSymLinks     Options Indexes FollowSymLinks
     AllowOverride None     AllowOverride None
Line 355: Line 355:
 Updated Config Example: Updated Config Example:
 <code> <code>
-<Directory "/var/www/html">+<Directory "/data/sites/web/79pid-2tb-hostingcom/html">
     Options Indexes FollowSymLinks     Options Indexes FollowSymLinks
     AllowOverride All     AllowOverride All
  • vendors/cisco/uc/ece/chatapiserver-redhat.1737111967.txt.gz
  • Last modified: 2025/01/17 11:06
  • by gerardorourke