dicedtomatoe
Forum Replies Created
-
Forum: Plugins
In reply to: Using SSL on single page, using WP 2.7I know that use admin SSL and type what directories that you want to be forced to use SSL. In the box called Additional URLs.
Forum: Plugins
In reply to: Using SSL on single page, using WP 2.7Christiann, I use admin SSL to force it to use SSL on certain directories. I have no problem making that work. I was having a problem loading anything at all with HTTPS. I kept getting redirect errors. Now after that fix, I don’t have any issues. I’m able to make the entire site just HTTP and when someone goes to the credit application page it is HTTPS. Check it out. Joplin USED CARS
Forum: Fixing WordPress
In reply to: SSL security for a single page?In the wp-includes/cononial.php file you have to change ‘HOST_NAME’ to ‘SERVER_NAME’ on line 48.
This worked for me. I’m using 2.7 and I’m hosting with Media Temple.
Forum: Fixing WordPress
In reply to: How to Force SSL for a Single Form PageChristiaan I’ve been having the same problem I think I can help you!
Are you hosting with MediaTemple? I was able to make a single page with a form secure!
I do believe it is a media temple thing. In the wp-includes/cononial.php file you have to change ‘HOST_NAME’ to ‘SERVER_NAME’ on line 48.Forum: Plugins
In reply to: Using SSL on single page, using WP 2.7Man, I figured it out. Finally!!
I do believe it is a media temple thing, but at least I figured it out. In the wp-includes/cononial.php file you have to change ‘HOST_NAME’ to ‘SERVER_NAME’ on line 48.Forum: Fixing WordPress
In reply to: HTTPS A SINGLE STATIC PAGE?I figured it out!! Finally!!
I do believe it is a media temple thing, but at least I figured it out. In the wp-includes/cononial.php file you have to change ‘HOST_NAME’ to ‘SERVER_NAME’ on line 48.Forum: Fixing WordPress
In reply to: How do you make a static HTML page your homepage?You’re the man. Thank you!