Howdy, I have two small issues i'm hoping you guys can provide guidance on. One of my clients is using a script which includes a peice of php code as follows: if (($abcd <> "Y") ......... For some reason the '<>' is basically escaping the php and as such everything that follows within that 'if' argument is being displayed in plaintext on their site. The script in question is used by a large number of my clients (its my script) so I can only assume its a server setting, hence the reason i'm posting here Second issue... Another client is having problems with the scripts mod_rewrites, in that www.site.com/videos (which is supposed to direct to index.php?show=videos) and all other similar rewrites are throwing out 404 errors saying that the file is not found. The script works perfectly well when the direct path is typed. I've encountered this issue before with another client and it turned out to be a problem with Multiviews. I assumed it was the same with this one, as redirects where the filename being loaded was the same as the redirect address (ie /submit = submit.php, /terms = terms.php) load up those files - however on my instruction the client disabled Multiviews and is still having the same problem. I'm sure I haven't explained the issues well enough but i'd be extremely grateful if anyone could decipher them and provide some advice. Cheers