You can use .htaccess on NT. The only problem is how to get a file named ".htaccess", because this is not allowed on Windows systems.
I've stuggled with this problem in Win98 and WinXP too and here's how I got it to work:
- Start Notepad
- Typ your .htaccess information
for example:
order allow,deny
deny from 10.0.0.3
allow from all
- Save it to a file (.htaccess.txt would be nice)
- Start MS-DOS- or Command-prompt
- Goto the dir where you've saved .htaccess.txt
- Typ "ren .htaccess.txt .htaccess" and hit enter
- You could do a little check: "dir .*" [ENTER]
Option 2:
- Start MS-DOS- or Command-prompt
- Goto the dir where want your .htaccess
- Typ "edit .htaccess" [ENTER]
- Typ your .htaccess information
- Close the editor
- You could do a little check: "dir .*" [ENTER]
Hope this helps you out
Mzzl, Chris