Post by AskApache Aug 09, 200719 comments
WordPress blogs show the same duplicate content for http://www.askapache.com/index.php and http://www.askapache.com/. If you've read about using a robots.txt file for WordPress SEO, than you already understand this setup results in Duplicate Content penalties being levied against your Blog and Web Site by Search Engines.
Category: Htaccess
Post by AskApache Apr 10, 20073 comments
Server and Environment Variables are used by The Apache HTTP Server by provides a mechanism for storing information. This information can be used to control various operations such as logging or access control.
Category: Htaccess
Post by AskApache Apr 10, 20074 comments
Apache has the best SSL/HTTPS support and can be controlled by the httpd.conf file or other HTTPD server configuration file. This htaccess tutorial has htaccess example code to make it easy to secure and use HTTPS and SSL with Apache.
Category: Htaccess
Post by AskApache Apr 10, 20079 comments
Apache Security tips and tricks for securing Apache Web Servers using htaccess, httpd.conf, and other built-in techniques to thwart attackers. This really should be required reading for any Apache admin or user because these little tricks are so easy to do.
Category: Htaccess
Post by AskApache Apr 10, 200715 comments
How to password-protect, Allow or Deny a visitor based on a condition. If you are having trouble getting htaccess-based password protection to work see: Troubleshooting htaccess Authentication: Getting it to work
Category: Htaccess
Post by AskApache Apr 10, 200718 comments
Caching with .htaccess and Apache will take your website and your web skills to the next level. This is some technical and advanced methods condensed to simple htaccess code examples for you.
Category: Hacking
Post by AskApache Apr 10, 200719 comments
Web Professionals use mod_rewrite to issue 301 and 302 Redirects for Search Engines. Sometimes you may not have mod_rewrite.c or you want an alternative redirect method. Using mod_alias RedirectMatch you can use REGEX in Redirect commands!
Category: Htaccess
Post by AskApache Apr 10, 20073 comments
Htaccess php tips and tricks for the Apache HTTPD Web Server, mostly these tips show you how to run customized versions with customized php.ini files, I require custom php.ini files because they are so useful!
Category: PHP
Post by AskApache Apr 10, 200722 comments
Apache .htaccess and httpd.conf have the power to send and manipulate HTTP Header Requests like sending P3P privacy headers, Content-Type: UTF-8, Content-Language, etc. The power is immense and you can do some really cool stuff with HTTP Headers!
Category: Htaccess
Post by AskApache Apr 10, 200711 comments
Some of my favorite htaccess examples from some of my favorite .htaccess tutorials. These cut-and-paste ready htaccess code snippets are very useful for website and server administrators.
Category: Htaccess
Post by AskApache Apr 03, 200717 comments
Comprehensive .htaccess example file with advanced examples in 1 htaccess sample skeleton .htaccess file with the very best apache htaccess examples... Updated frequently based on detailed info from the Apache htaccess tutorial.
Category: Htaccess
Post by AskApache Mar 06, 20073 comments
Category: Htaccess
Post by AskApache Feb 22, 20079 comments
Replace underscores in URLs with hyphens using Apache .htaccess.
Category: Htaccess
Post by AskApache Feb 11, 20073 comments
Time-dependant rewriting uses mod_rewrite and apache server time variables to display different files depending on the time, while the URL stays the same. An often requested implementation of this is to display a different home page or image depending on if its morning, noon, or night.
Category: Htaccess
Post by AskApache Feb 07, 20071 comment
List of the directives available to Powweb users for use in htaccess files
Category: Htaccess
Post by AskApache Feb 07, 20071 comment
Securing Subdirectories using unique apache htaccess solutions.
Category: Htaccess
Post by AskApache Feb 05, 200716 comments
- When php run as Apache Module (mod_php)
- When php run as CGI
- When cgi?d php is run with wrapper (for FastCGI)
Category: PHP
Post by AskApache Jan 31, 20071 comment
Fighting Blog Spam with Apache htaccess and other methods.
Category: Htaccess
Post by AskApache Jan 25, 20074 comments
Apache server performance can be improved by adding additional hardware resources such as RAM, faster CPU, etc.
Category: Optimization
Post by AskApache Jan 06, 20072 comments
If you want to redirect to a different version of a file based on the time, this code is for you! Please read: Serve Alternate Content based on Time
Category: Htaccess