View Single Post
Old 11-28-2006, 03:35 PM   #8 (permalink)
erots
future is now
 
erots's Avatar
 
Join Date: Jan 2006
Location: Elbonia
Posts: 3,684
Points: 365
Here is a tip that fits well with this tutorial:

There have been rumors that search engines treat urls ending with .php differently than .html. Not sure if thats true but if that bother you then make a .htaccess file to a directory where your .php scripts are and then put these lines into this file:

Code:
RewriteEngine on
RewriteRule (.*).html$ $1\.php
now you can write filename.html instead of .php, mod_rewrite will change the .html part to .php for you
__________________
Nothing to look here
erots is offline   Reply With Quote Send a private message to erots