AskApache Logo Search results

Search AskApache

-link

  Search Feed
  Search Comments Feed

Clusty

Technorati

Ask.com

GigaBlast

Yahoo


-link - Google Search
Results 1 - 47 for -link with Safesearch on. (0.20 seconds) 
  1. AskApache Web Development

    Best-practice techniques and tips for Web Design and Development with a focus on using the Apache Web Server.
  2. .htpasswd Generator Tool for Apache with all 4 encryptions

    htpasswd Tool generates correct Basic Authentication string from any valid username and password to be placed in Apache's htpasswd file.
    online-tools/htpasswd-generator/
  3. PHP and .htaccess tutorial and examples for Apache

    Apache htaccess tricks and tips for implementing, using, and optimising php and custom php.ini.
    htaccess/php-htaccess-tips-and-tricks.html
  4. SEO Boost from 404 Plugin? Focus on humans

    WordPress Plugin that adds a customized SEO 404 Error Page designed to increase traffic to your site and pages, while being very helpful to your visitors.
    seo/404-google-wordpress-plugin.html
  5. Redirect all feeds to FeedBurner with .htaccess

    Jan 07, 08. FeedBurner, the best syndication company in the world Pouring over my system and server logs I noticed that my raw WordPress feed was being …
    htaccess/redirecting-wordpress-feeds-to-feedburner.html
  6. .htaccess Plugin Blocks Spam, Hackers, and Password Protects Blog

    WordPress Plugin blocks spam, hackers, exploits, and password protects your blog using .htaccess.
    htaccess/htaccess-plugin-blocks-spam-hackers-and-password-protects-blog.html
  7. Smart HTTP and HTTPS RewriteRule Redirects

    Smarter SSL HTTPS to HTTP Redirections in .htaccess using RewriteRule to set an environment variable.
    htaccess/http-https-rewriterule-redirect.html
  8. Crazy Advanced Mod_Rewrite Tutorial

    Super Advanced Mod_Rewrite Tutorial for .htaccess files.
    htaccess/crazy-advanced-mod_rewrite-tutorial.html
  9. .htaccess - Wikipedia

    Jan 03, 07 .htaccess (Hypertext Access) is the default name of Apache’s directory-level configuration file. It provides the ability to customize …
    htaccess/htaccess-wikipedia.html
  10. Htaccess SEO Trends by Google

    Using Google Trends to highlight some server, programming, and .htaccess trends.
    htaccess/htaccess-seo-trends.html
  11. .htaccess tutorial for SEO 301 Redirects with RedirectMatch and …

    SEO Search Engine Friendly Redirects without mod_rewrite using RedirectMatch and mod_alias.
    htaccess/seo-search-engine-friendly-redirects-without-mod_rewrite.html
  12. mod_security Guide and Examples of use in .htaccess

    Mod_Security .htaccess guide provides protection from a range of attacks against web applications and allows for HTTP traffic monitoring and real-time …
    htaccess/mod_security-htaccess-tricks.html
  13. FilesMatch and Files in htaccess tutorial

    Using the Files and FilesMatch directives in Apache htaccess Files.
    htaccess/using-filesmatch-and-files-in-htaccess.html
  14. Password Protection and Authentication Locking down Apache with …

    Password protect, Allow or Deny a visitor based on a condition. If you are having trouble getting htaccess-based password protection to work see:
    htaccess/apache-authentication-in-htaccess.html
  15. Fresh .htaccess Examples: Cookies, Variables, Custom Headers

    htaccess mod_rewrite code for Cookie Manipulation and Tests, Set Environment Variables and use them to send Headers and Rewrites, and Mod_Security .htaccess …
    htaccess/htaccess-fresh.html
  16. AskApache Firefox Adsense WordPress Plugin

    WordPress plugin that displays a Firefox Google Referrals AdSense Ad on your blog only if the client is not running Firefox and on Windows.
    wordpress/firefox-adsense-plugin.html
  17. 301 Redirectmatch, Redirect, and mod_rewrite

    301 Redirects using Apache mod_rewrite or RedirectMatch in .htaccess or httpd.conf.
    htaccess/301-redirect-with-mod_rewrite-or-redirectmatch.html
  18. Log all .htaccess/.htpasswd logins

    Log and debug usernames and passwords used to login to a htaccess basic authorization protected website using php.
    htaccess/htaccess-htpasswd-basic-auth.html
  19. WordPress Plugin - AskApache Search Engine Verify Google and Yahoo

    WordPress Plugin adds Google and Yahoo verification meta tags to authenticate site ownership and increase seo.
    seo/wp-plugin-search-engine-verify.html
  20. Apache SSL in htaccess examples

    Apache SSL in htaccess examples with SSLRequireSSL and SSLRequire in SSLOptions with FakeBasicAuth and StrictRequire.
    htaccess/apache-ssl-in-htaccess-examples.html
  21. Blocking Bad Bots and Scrapers with .htaccess

    2 .htaccess methods for blocking 436 various user-agents, bad bots, and web scrapers.
    htaccess/blocking-bad-bots-and-scrapers-with-htaccess.html
  22. HTTP Response and Request Header Manipulation using Apache .htaccess

    How would you like to be able to send P3P privacy headers, Content-Type: UTF-8, Content-Language: en-US, etc.. using just htaccess? Now you CAN!
    htaccess/using-http-headers-with-htaccess.html
  23. Using htaccess to make phpBB Search Engine Optimized

    Nov 07, 06. After I optimized the caching for my non-dynamic pages using apache modules mod_headers and mod_expires, I began to learn about phpbb seo. …
    phpbb/using-last-modified-etag-mod_expires-mod_headers-to-seo-phpbb.html
  24. Cache-Control Headers using Apache and .htaccess - Easy Apache …

    Adding Cache-Control headers to your site's files gives you control over what is cached, and how long it is cached. Even if the cache should check for an …
    htaccess/apache-speed-cache-control.html
  25. 301 Redirect Cheatsheet - mod_rewrite, javascript, cfm, perl, php …

    Ultimate Redirect Cheatsheet for multiple programming languages. Redirecting Users with Javascript redirect, meta refresh redirect, and php redirect, …
    htaccess/list-of-methods-to-redirect-users-to-different-page.html
  26. HTTPS / SSL Apache Tips, .htaccess Tricks, and Server Hacks

    SSL and HTTPS on Apache HTTP Server has great httpd.conf examples and useful htaccess guides to stay secure and working. You may want to redirect to HTTPS …
    htaccess/ssl-example-usage-in-htaccess.html
  27. Caching Techniques for Apache .htaccess Gurus

    Speed up your site with Caching and cache-control using Apache htaccess.
    htaccess/speed-up-your-site-with-caching-and-cache-control.html
  28. About AskApache

    About Page for the AskApache blog about Apache htaccess, Web Development and Web Design.
    about/
  29. WordPress .htaccess Security

    New Security features incorporated by the AskApache Password Protection WordPress Plugin.
    security/wordpress-plugin-for-apache-htaccess-security.html
  30. Using TIME_HOUR and TIME_MIN for htaccess RewriteCond

    Describes the use of the TIME_HOUR and TIME_MIN variables with RewriteCond and RewriteRule in Apache .htaccess.
    htaccess/using-time_hour-and-time_min-rewritecond-in-htaccess-2.html
  31. .htaccess file for Powweb

    Jan 11, 08. Powweb Web Hosting One thing that can come in reallly handy if you are in charge of mutliple websites, often adding new ones is a template …
    htaccess/powweb-htaccess.html
  32. Using AddCharset, AddType, AddDefaultCharset to output UTF-8 …

    Replace the meta http-equiv content-type UTF-8, by using AddDefaultCharset in htaccess.
    htaccess/setting-charset-in-htaccess.html
  33. Fetch Feed Subscribers from Google Reader

    Powered By. example code using PHP - CURL binding that uses libcurl · redirect htaccess · htaccess code · htaccess password …
    online-tools/curl-google-feed/
  34. 503 Status Code Search Engine SEO

    Nifty SEO tip to get Search Engine Bots to check your site every hour until you finish working on it and tell them you are finished.
    htaccess/503-service-temporarily-unavailable.html
  35. Troubleshooting Apache .htaccess Authentication

    Apache Web Server users have problems getting Apache Authentication/password-protection in htaccess working, this is a troubleshooting guide to get Password …
    htaccess/troubleshooting-apache-htaccess-authentication.html
  36. htaccess Security on Apache

    htaccess Security on Apache to Secure Directories, Files, and Requests.
    htaccess/securing-subdirectories-with-htaccess.html
  37. Update: AskApache Password Protect Plugin

    Update for AskApache Password Protect Plugin that automates installation of .htaccess Server-based HTTP Basic Authentication including creating encrypted …
    wordpress-plugins/securing-htaccess-plugin.html
  38. Apache .htaccess Directives and Loaded Modules allowed on …

    Apache Directives for .htaccess and Loaded Modules for DreamHost Web Hosting Servers running Apache2.
    htaccess/dreamhost-modules-directives.html
  39. Commonly Used htaccess Code

    A lot of commonly used htaccess code snippets for use with the Apache Web Server.
    htaccess/commonly-used-htaccess-code-examples.html
  40. Alternate Content based on the Time with mod_rewrite in .htaccess

    Jul 10, 2007 … Apache mod_rewrite code to serve alternate versions of a file depending on the server time - week, month, hour, year, second.
    htaccess/time_hour-rewritecond-time.html
  41. View HTTP Request and Response Headers

    Online Tool Shows detailed Headers for both the Request and the Response, uses GET not HEAD, and acts like a normal browser request for accurate Response …
    online-tools/http-headers-tool/
  42. Vulnerability Scanners Review

    Dec 30, 06. A few months back I did some intense testing of all the best vulnerability scanners out there.. I had a couple unix boxes hooked up, …
    security/vulnerability-scanners-review.html
  43. Mod_Rewrite Basic Examples

    Apache HTTPD Mod_Rewrite Basic Examples for .htaccess on powweb.
    htaccess/mod_rewrite-basic-examples.html
  44. How To Add Akismet Anti-spam protection to your php forms

    How To Add Akismet Anti-spam protection to your php forms.
    webmaster/add-akismet-anti-spam-to-php.html
  45. 100 Most Popular AskApache Web Development Articles

    Related Articles for "Top 100 Popular Posts". Come On and Sprite for your Website · CSS Cross-Browser Compatibility Tip · Adding Print Capability to your …
    top-100/
  46. Securing php.ini and php.cgi with .htaccess

    Using .htaccess to secure your /cgi-bin/ folder and php.cgi, php.ini files and other interpreters.
    htaccess/php-cgi-redirect_status.html
  47. AskApache Web Development (6)

    Have you ever wondered how many REQUEST_METHODS you could use in Apache? Scan Your Site to see what Request Methods are currently allowed, and fix potential …
    page/6/

1 2 3 4 5 6 7 8 9 10 Next