Not Found Error for files
-
I’m running download monitor on my website, and I installed X-sendfile, but it doesn’t seem to work. I get this error:
The requested URL /index.php was not found on this server.
In the apache httpd.conf, I set up a virtual server
<VirtualHost *:80>
DocumentRoot /var/www/html
ServerName example.com
XSendFile on
</VirtualHost><VirtualHost *:80>
DocumentRoot /var/www/dev
ServerName stage.example.com
XSendFile on
</VirtualHost>Anyone know what is going on?
The topic ‘Not Found Error for files’ is closed to new replies.