Contact Menu

Search results for "php-incoming-search-engine"

Search Engine Optimization

SEO Consulting $95 per hour. Includes research for page titles, text headings and content keywords to optimize a website for a targeted market. WordPress Sites $350 per site. Includes setup of pretty URLs and install and setup of SEO plugins, PagerFix plugin and Google XML Sitemaps plugin. Automated Yahoo, MSN and Google Sitemap submission, Google […]

Continue Reading 1

WordPress Fail2Ban RegEx for RedHat, CentOS, Amazon Linux

VacantServer WordPress sites are getting hammered with bad logins and probes. We’ve implemented a plugin to log failed login attempts to syslog, and a Fail2Ban filter for the same. If you run these on RedHat, you’ll need some additional configuration info… here it is: WordPress login failure regex (error_log): ^%(__prefix_line)sAuthentication failure for .* from <HOST>$ […]

Continue Reading 0
ss4-postbox

WordPress Content Management

…it. A few nice plugins to upgrade the stock version of WordPress: Pagination Sitemap & Search Engine submission Event Calendar Other choices include: Featured Real Estate Properties PayPal shopping cart… (Search hits: 4 in body, 0 in title, 0 in categories, 0 in tags, 0 in other taxonomies, 0 in comments. Score: 170.92)

Continue Reading
Chattanooga STAND website

Regional Visioning Plan

…and Volunteer forms Semantic, search engine and handheld browser friendly design Google Analytics to track page views, form submissions, pdf and file downloads Expression Engine multi-site manager custom fields: staffers… (Search hits: 3 in body, 0 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 160.23)

Continue Reading 0
chmod-linux-1

Recursive chmod Tricks

…only files find . -type f -exec chmod 644 {} \; Recursively chmod only PHP files (with extension .php) find . -type f -name ‘*.php‘ -exec chmod 644 {} \;… (Search hits: 3 in body, 0 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 160.23)

Continue Reading 8
wordnish

Varnish VCL and Config for WordPress with W3 Total Cache

…|| req.http.Cookie ~ “wordpress_logged_in_” ){ return (pass); } # accept purges from w3tc and varnish http purge if (req.request == “PURGE”) { return (lookup); } # # don’t cache search… (Search hits: 2 in body, 0 in title, 0 in categories, 1 in tags, 0 in other taxonomies, 0 in comments. Score: 117.51)

Continue Reading 25