rickbakens
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Installed plugin now i cant come in to sitehi mbrsolution,
i fixt it. on my ftp was a map made with the url so i though that was the root map but it wasnt. so i copied everything to the public_html map. now it works fine.me happy!
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Installed plugin now i cant come in to sitei will. Thanks for this. and ill let you know!
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Installed plugin now i cant come in to sitedeleted top part? yes
cleared cache? yes
got cache plugin? nogot a 403 error now
maybe because the hosting didnt set the site to https? i dont knowand on the /wp-admin page:
"Not Found The requested URL /index.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Apache Server at www.goodspeedcustoms.com Port 80"- This reply was modified 9 years, 3 months ago by rickbakens.
- This reply was modified 9 years, 3 months ago by rickbakens.
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Installed plugin now i cant come in to sitethe only lines i got is this:
# BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Redirection Plugin# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
and i tried removing the top lines as is on the instructions. but it didnt help
Forum: Plugins
In reply to: [Easy HTTPS Redirection (SSL)] Installed plugin now i cant come in to sitei also removed the lines in the .htaccess file