my web does not work

Status
Not open for further replies.

Anna

I am just me
Staff member
Messages
11,768
Reaction score
590
Points
113
https is not an option with the new setup.

Your site loads fine using http://
 

easyeng2

New Member
Messages
9
Reaction score
0
Points
1
How can i fix it?,
two weeks ago it worked fine, and I haven't touched anything
 

easyeng2

New Member
Messages
9
Reaction score
0
Points
1
I only have https in the url of the joomla installation, when I try to change it it doesn't let me.
 

spacresx

Community Advocate
Community Support
Messages
2,203
Reaction score
196
Points
63
I dont use joomla, but I assume you may need to edit the config file.
or add something to your .htaccess file that rewrites http to http.
something like this:

# https to http.
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

this might or might not work for you.
if it causes problems simply remove the above code.

Note: the proper way is to change the https to http in joomla.
this is only suggested as a temp fix that might help.
 
Status
Not open for further replies.
Top