You have to do that in your httpd.conf I guess.
one thing, I can help you make it: 202.168.2.8/mohammed/ without the ~
example
Quote:
Alias /mohammed/ "/path/to/mohammed's/folder/"
<Directory "/path/to/mohammed's/folder">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
|