windstar
Joined: 10 Jul 2007
Posts: 1
|
| Posted: Tue Jul 10, 2007 3:44 pm Post subject: userdir can not change |
|
|
Code:
<Directory "C:/Documents and Settings/*/public_html">
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
i change this
Code:
<Directory "D:/user/*/public_html">
to my user dir path
and i restart apache too
i goto localhost/~*(username)
but can not see any page..........
how can i change this Directory ? |
|