The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
1answer
415 views

GD and FreeType library configuration on VPS

I am using the very popular contact form 7 on one of my site which is hosted on a VPS. After starting to use the captcha addon for contact form 7 I realized that my VPS doesn't have a support for GD ...
1
vote
0answers
121 views

Wordpress with Lan and Wan Access?

Can someone suggest tutorials on how to properly set up a wordpress multisite installation that I can access from both the LAN and WAN side? I've been looking for a bit and am unable to find what i'm ...
1
vote
0answers
40 views

How can I make wordpress suppress mysql errors?

Wordpress has two functions related to SQL queries and their errors as mentioned in What Is The Difference Between suppress_errors() And hide_errors() in $wpdb? From what I've read setting WP_DEBUG ...
0
votes
0answers
30 views

Change domain of cookie

Right now my site is being served from intranet.mydomain.com. When a user is signed in (via wp_set_auth_cookie) the cookie is set with the domain of intranet.mydomain.com. I want the cookie to be ...