View Single Post
  #1 (permalink)  
Old Nov 12th, 2005, 23:58
benbigun benbigun is offline
Junior Member
Join Date: Aug 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
.htaccess rewrite problem

I am trying to make the url
http://www.izledim.com/secim.php?git...-jones-s-diary
as
http://www.izledim.com/bridget-jones-s-diary.html
or something like this.
I used this code but didn't work
Code: Select all
RewriteEngine on
Options +FollowSymLinks
RewriteBase /
RewriteRule type(.*)/(.*).html$ /secim.php?git=$1&i=$2
Can you help please?
Reply With Quote