 |
Apache2Triad Help, Support and Development The apache2triad help , support and development forums
|
| View previous topic :: View next topic |
| Author |
Message |
Yosef
Joined: 03 Sep 2005
Posts: 9
Location: Brazil
|
| Posted: Fri Oct 27, 2006 6:20 pm Post subject: Not able to see localhot (403 error) a2t 1.5.4 |
|
|
Hi there,
Everything was right until enabled VHsts. Now I can see every subdomain, but localhost (and tehrefore, cant see cp!)
Heres my hppd and hosts..
Thanks a lot |
|
| Back to top |
|
Joshua Meadows (DemoRic)
Joined: 29 Dec 2004
Posts: 783
Location: S.E. Kansas
|
| Posted: Sat Oct 28, 2006 1:08 am Post subject: |
|
|
add a localhost domain.
Quote: <VirtualHost localhost:80>
ServerAdmin admin@yourhost.com
DocumentRoot c:/apache2triad/htdocs
ServerName localhost
ErrorLog logs/localhost_error.log
CustomLog logs/localhost_access.log common
#display php errors
php_value register_globals 0
php_value error_reporting 2047
php_value display_errors 1
#Restrict access to folder and sub folders
php_value open_basedir c:/apache2triad/htdocs
</VirtualHost> |
|
| Back to top |
|
| |
|