Cannot access my lms site
Posted: Sat Mar 12, 2016 8:21 am
Running 1.4.1 and had everyhing working:
I accesss //IP/formalms to see my site or //IP/lms to access the install.
(this triggers different /etc/httpd/conf.d files to set different aliases)
Now suddenly both go to the install formalms/install or lms/install (even the aliases are different).
and the url bar on the screen changes too.
All I have changed is getting apache to restart at reboot - chkconfig httpd on,
but not altered anything in forma.
One conf.d file is
# formalms
#
#Alias /formalms /var/formalms/install
Alias /formalms /var/formalms
# Apache 2.4
#Require IP 192.168.40.0/24
#Require IP ::1
#Allow from 192.168.40.0/24
#Allow from ::1
The other is the same with a different beginning
# lms
#
Alias /lms /var/formalms
What is the file it runs in /var/formalms? (I thought .htaccess, then index.php)
Any suggestion(s) would be appreciated
Rob
I accesss //IP/formalms to see my site or //IP/lms to access the install.
(this triggers different /etc/httpd/conf.d files to set different aliases)
Now suddenly both go to the install formalms/install or lms/install (even the aliases are different).
and the url bar on the screen changes too.
All I have changed is getting apache to restart at reboot - chkconfig httpd on,
but not altered anything in forma.
One conf.d file is
# formalms
#
#Alias /formalms /var/formalms/install
Alias /formalms /var/formalms
# Apache 2.4
#Require IP 192.168.40.0/24
#Require IP ::1
#Allow from 192.168.40.0/24
#Allow from ::1
The other is the same with a different beginning
# lms
#
Alias /lms /var/formalms
What is the file it runs in /var/formalms? (I thought .htaccess, then index.php)
Any suggestion(s) would be appreciated
Rob