|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PLUG] another apache question
|
If i have a
DocumentRoot "/var/www/docroot"
and in docroot i have a directory caller 'exam'
this url works
www.mydomain.com/exam/
but not this
www.mydomain.com/exam
any idea how to make both work?
btw
<Directory "/var/www/wwthreads">
AllowOverride None
Options ExecCGI
SetHandler cgi-script
Order allow,deny
Allow from all
</Directory>
worked
Thanks to --t
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|