bwbilberry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: can not log in to my new sitedid all above steps.
changed .htaccess to
# Use PHPcur as default
AddHandler application/x-httpd-phpcur .php
<IfModule mod_suphp.c>
suPHP_ConfigPath /opt/phpcur/lib
</IfModule>still getting this login error.
Fatal error: Call to undefined function force_ssl_admin() in /home/costaric/public_html/wp/wp-login.php on line 15
have read help file on this function. have played with null, true, false.
fyi, did reload fresh install after played around.will be glad to give you access to site. maybe on direct email
Forum: Fixing WordPress
In reply to: can not log in to my new sitethanks I will check it.
# 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
I also need to go thru all the help list in forum, have not finished that.
thanks will get back to uForum: Fixing WordPress
In reply to: solve error invalid ssl certificatethanks steve and jason
and gatrmichaelForum: Fixing WordPress
In reply to: solve error invalid ssl certificatealpineapparatus.com
no do not know how to install ssl cert. get error when try to link from http://www.costaricatierra.comhowever, my server [hostgator] does not allow ssl for login??
is itpossible problem is with http://www.costaricatierra.com
thx