public marks

PUBLIC MARKS from apachedude with tag rewritecond

November 2007

Smart HTTP and HTTPS RewriteRule Redirects

Smarter SSL HTTPS to HTTP Redirections in .htaccess using RewriteRule to set an environment variable

October 2007

FeedSmith Feedburner Redirect Plugin is flawed, use .htaccess

FeedSmith plugin to redirect requests for feedburner feeds doesn't work 100%, but .htaccess and mod_rewrite do

Fresh .htaccess Examples: Cookies, Variables, Custom Headers

by 1 other
htaccess mod_rewrite code for Cookie Manipulation and Tests, Set Environment Variables and use them to send Headers and Rewrites, and Mod_Security .htaccess Examples

July 2007

May 2007

Requiring the WWW

Howto with working code: Require the WWW for SEO using Apache htaccess mod_rewrite, and Windows ISAPI_Rewrite

Ultimate htaccess File sample

by 5 others
Comprehensive .htaccess example file with elite/advanced and intermediate examples in 1 htaccess sample

mod_rewrite Fix for Caching Updated Files

(via)
Web Developers sometimes use file.ext?v=004 as a version control system to force visitors to use updated files. This is terrible. Instead link to apache-003.css and set it to be cached forever. When you change the file you just change the links to apache-004.css. That eliminates millions of bandwidth and resource robbing If-Modified-Since requests.

April 2007

Fix for secure and nonsecure items

I used to run into the problem of having warning messages pop up when I accessed a page with secure and non-secure information and finally I found something that let me post non-ssl encrypted content on an ssl encrypted page and no warning messages will pop up!

htaccess Elite - Apache htaccess help, about mod_rewrite and htpasswd

Apache web server htaccess and mod_rewrite rewritemap rewriterule answers and questions, articles and discussions.

March 2007

Using TIME_HOUR and TIME_MIN RewriteCond in htaccess

Describes the use of the TIME_HOUR and TIME_MIN variables with RewriteCond and RewriteRule in Apache .htaccess

February 2007