-
Published Answer
I was able to figure out what I was doing wrong and everything is working perfectly now. Cheers.
•
By
rushpro
-
Published Answer
Where did you transfer the domain? Is it possible the new server isn’t properly setup?
•
By
rushpro
-
Published Answer
It’s easier this way…
<VirtualHost *:80>
ServerName example.com
Redirect permanent / https://example.com...
•
By
rushpro
-
Published Answer
GET requests a representation of the specified resource. Note that GET should not be used for operations that cause side-effect…
•
By
rushpro
-
Published Answer
Consider using CertBot, it’s free and very easy to install.
(https://certbot.eff.org/)
•
By
rushpro
-
Published Answer
You may also want to consider AWS Load Balancers. They have a free tier. (http://aws.amazon.com)
•
By
rushpro
-
Published Answer
Are you running Nginx or Apache? Nevermind I see it’s Nginx....
sudo certbot renew --dry-run
If you see no errors, yo…
•
By
rushpro
-
Published Answer
Filezilla would have no effect on what you are describing.... Do you have a working backup? What changes have you made?
•
By
rushpro
-
Published Answer
Are you making sure to save the changes and then upload back to the server? Also, try restarting your server. Last thing would be t…
•
By
rushpro
-
Published Answer
You must create a link to the CSS and JS files in the head of your page. Below is an example of an internal link *<link rel=“styles…
•
By
rushpro
-
Published Question
I am unable to get any links other than the homepage to display without getting the following error.
"Not Found The requested URL /albums was not found on this server. Apache/2.4.7 (Ubuntu) Server at example.com Port...
1
•
•
By
rushpro
Apache
Let's Encrypt
PHP
LAMP Stack
Ubuntu