| Posted: 25 June 2009 at 10:28am | IP Logged
|
|
|
hi Anton
thanks for your help.I explain my problem clearly:
I use isapi rw 2 full registered version on IIS 7.0 Windows 2008 server
i have 3 domain ( geyikoloji.com, video-videolar.com, gykfrm.com )
but only in video-videolar.com rule is this: RewriteRule /([^/?.]+) /video/ara.asp\?kelime=$1 [I,L]
this rule work but when the other domain links like
www.geyikoloji.com/ali www.gykfrm.com/veli
don't work and it says " 404 - File or directory not found " but when i delete this rule ( RewriteRule /([^/?.]+) /video/ara.asp\?kelime=$1 [I,L] ) all the other domains link work.
i dont have any records in httpd.parse.errors and these rules in global httpd.ini file in ISAPI_Rewrite installation folder
i want to rules work its own domain how can i do this ?
|