We're not saying so he can see it, we're saying it becuase this is a forum and we are discussing the events of what happened, which is what I thught the idea of a forum was, to discuss things?
That's offensive, maybe it's spelt like that and he just refers to himself as Daniel because people like you two insult him like that! D; Anyhow, welcome to DevBest Dcniel, you sound like you know your stuff, hopefully we'll see you contributing to the community sometime soon :)
We're using IIS 6.0 and I use Navicat.
I've managed to get some of it done, I still need:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^([^\.]+)$ $1.php [NC,L]
Recently we've been trying to use IIS rather than apache but I need to convert the .Htaccess file to web.config which is supported by IIS which I have no idea how to do. Here's the htaccess:
ErrorDocument 404 /404_error.php
ErrorDocument 403 /403_error.php
Options +FollowSymLinks
Options...