Softpress

Browse by Category

View Articles by Category

There are no sub categories

Category » Server Technologiesrss button

Serve dynamic Web pages with server-side techniques. Use Apache includes, ASP, PHP, JSP, Cold Fusion and more to make your sites "smarter".

There were 3 articles found in this category:

  1. questionApache mod_rewrite: Make your Server more Flexible
    Question I'm planning to change my site to use Server Side Includes, which will mean that I have to change all the filenames from file.html to file.shtml. But this will mean that bookmarks (and more importantly, search engine rankings) will break. How can I avoid this problem? Answer It won't be ...
  2. questionServer Side Includes
    One of the oldest and simplest techniques for creating dynamic Web pages is the use of Server-side Includes (SSI). First demonstrated in Apache, most other Web servers support SSI using the Apache syntax. Freeway will automatically create the necessary code to allow you to use server-side includ ...
  3. questionForcing a File to Automatically Download
    A site visitor's browser will always attempt to display any content it can inline. This behavior covers simple things, like text or images, as well as content which requires a specific plug-in to render, such as Flash or Acrobat (PDF) files. If the browser "believes" it can render the content, i ...