Does anyone see a reason why the .htaccess isn't working?
Code: Select all
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://%{HTTP_HOST}:9032 [R,L]
Code: Select all
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule (.*) https://%{HTTP_HOST}:9032 [R,L]
Remove the old and replace with the new. Then restart apache.Options Indexes FollowSymLinks +ExecCGI
AddHandler fcgid-script .fcg
AllowOverride FileInfo Limit Options Indexes
Order allow,deny
Allow from all
Solved. Thank you.you must modify the ####-webappname.conf file for the app in /etc/httpd/conf.d directory to include this text between the <directory></directory> tags:Remove the old and replace with the new. Then restart apache.Options Indexes FollowSymLinks +ExecCGI
AddHandler fcgid-script .fcg
AllowOverride FileInfo Limit Options Indexes
Order allow,deny
Allow from all
Users browsing this forum: No registered users and 12 guests