Hi, I need to develop a URL like this, www.sitename.com/directory/reviews/3rdpartysite.com But I couldn't create the page ending with .com in the URL. Kindly help me to sort out this issue. Regards, Xcube
You couldn't create the page or you couldn't view it? to do this there are 2 ways 1 is using URL rewrites which will redirect this URL to an html file you have. the other is to simply make the server treat .com files the same as html files. both of these are doable on Apache. The rest i'm not sure.