View Single Post
  #10 (permalink)  
Old 02-02-2008, 12:12 PM
kurt kurt is offline
New Pligger
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
I changed filename to out2.php and in .htaccess changed line:

RewriteRule ^out/([^/]+)/?$ out.php?title=$1 [L]


to

RewriteRule ^out/([^/]+)/?$ out2.php?title=$1 [L]

and it works well now. I don't know how to fix this problem.

sorry for replay in very old subject
Reply With Quote