HEX
Server: LiteSpeed
System: Linux ws4.angoweb.net 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64
User: tswangoe (2287)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
Upload Files
File: //proc/self/root/var/softaculous/dada/.htaccess
DirectoryIndex mail.cgi index.php index.html

# We do not need the RewriteEngine on, 
# and sometimes enabling it mucks up Dada Mail functioning: 
<IfModule mod_rewrite.c>
    RewriteEngine Off
</IfModule>


# See: http://dadamailproject.com/d/features-restful_web_services.pod.html
# The below line may need to be uncommented too allow Web Services to work:
# SetEnvIf Authorization .+ HTTP_AUTHORIZATION=$0

# These headers are used to stop the server from caching screens used by 
# Dada Mail. Uncomment and customize to taste: 
#
# Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
# Header set Pragma "no-cache"
# Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
<IfModule mod_alias.c>
RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/mail.cgi
</IfModule>