TheOrchardSolutions/WordPress/master/payform/.htaccess - Htaccess File

TheOrchardSolutions/WordPress/master/payform/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} ^off$
RewriteRule (.*) https://macconsultinggroup.com/payform/$1 [R,L]
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^/$ https://macconsultinggroup.com/payform/index.pl [R,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache