About Katz Web Services
Katz Web Services is a web development company operated by Zack Katz.
-
Plugin Support Topics
Popular Posts
- Simple Vertical Align Plugin for jQuery
- How to Create a Custom RSS Feed in WordPress in 12 Lines of Code
- Contact Form 7 Modules - A Plugin
- iContact Widget for WordPress
- Gravity Forms Shortcode - A Detailed Explanation
- Kick SEO Ass with SEO WordSpinner Plugin for WordPress
- jQuery validator annoyances
- Weather Forecasts for WordPress - WP Wunderground Plugin
Tag Cloud
Blogging Plugin Web Design Google SEO WordPress Development Denver WP Plugins Search Interspire Development CSS WordPress SEO Functions.php Shopping Cart Denver SEO Code Optimization Nofollow Domains Interspire Shopping Cart Marketing eCommerce Google Interspire Customization WordPress Plugins Design SEO WordPress Links Search Engine Optimization Website Redesign
Tag Archives: PHP
Setting Far Futures Expires in ASP, Using ASP as CSS
I normally don’t work with ASP; I use PHP for my coding. Recently, I had to create a style.css.asp file, and I needed to find how to set a far-futures header in ASP.
Here’s what I found in 5 minutes
:
Use .htaccess to make all your HTML files PHP
Note: the following will not work on all server configurations, which may be why you’re using SSI in the first place. Call your server administrator/tech support and see if the following techniques are supported.
Escape static HTML
If you want the power and flexibility of PHP but don’t want to (or can’t) shift away from HTML, you can actually tell your server to read all HTML files as PHP by making one simple change to a file called .htaccess.
Here’s how:
- Create a file called .htaccess if you don’t have one already, and save it to your root folder
