Thread: Seo
View Single Post
07-07-2007, 11:32 PM
#24
.amaZe is offline .amaZe
Status: Nixism
Join date: Aug 2006
Location: Nix Yorkism
Expertise:
Software:
 
Posts: 2,147
iTrader: 19 / 100%
 

.amaZe is an unknown quantity at this point

  Old

Originally Posted by Seraskier View Post
its a shared linux server from 1and1
Try this:


Code:
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^profile/(.*)/$ profile.php?id=$1 [L]
or... with the .html extension, which is good for SEO.

Code:
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^profile/(.*).html$ profile.php?id=$1 [L]

Link me to your site, please.