|
Software
If you have existing pages you would like to add the ssi into but don't want to change the extension from .html to .shtml, you can still use it by editing your .htaccess file. If you are unsure what this file is, I would suggest not messing with it. But for those that are comfortable doing so, you can add the following to your .htaccess file
AddType application/x-httpd-php .php .html .shtml
AddType text/html .shtml
AddHandler server-parsed .shtml
Business - Directory of business/finance/loan/mortgage related partner sites
more 1 2 3 4 5
Computers - Directory of computer hardware/software/peripheral related partner sites
more 1 2 3 4 5
Internet - Directory of webhosting/webdesign/internet marketing related partner sites
more 1 2 3 4 5
Software - Directory of software related partner sites
more 1 2 3 4 5
Web Design - Directory of web design/development related partner sites
more 1 2 3 4 5
Web Hosting - Directory of web hosting related partner sites
more 1 2 3 4 5
Web Promotion - Directory of search engine optimization/internet marketing related partner sites
more 1 2 3 4 5
Web Resources - Directory of other web related partner sites
more 1 2 3 4 5
Recreation - Directory of travel/hotel/cruise related partner sites
more 1 2 3 4 5
Casino - Directory of online gambling/poker/blackjack/roulette related partner sites
more 1 2 3 4 5
Health - Directory of online pharmacy/hospital/health related partner sites
more 1 2 3 4 5
Shopping - Directory of online shopping/gift related partner sites
more 1 2 3 4 5
Miscellaneous - Directory of all other partner sites
more 1 2 3 4 5
This will tell the server to treat .html extensions as .shtml and the pages will be parsed for your tags. The reason it's not configured to do this automatically is because it does cause a little more work for the server but unless you are receiving massive traffic (thousands of visitors a day), you will not notice.
|