Tag: ubuntu
-
AH00126: Invalid URI in request GET
There’s two issues here that are likely contributing to your troubles. First, you can’t check for file existence so easily in a server context (as you are with httpd.conf), because the request hasn’t been mapped to the file system yet. If your requests for static resources happen to correspond directly to your file system structure…
-
how to change phpmyadmin url in apache ubuntu
For ubuntu (i used ubuntu 12.04), the default phpmyadmin apache configuration can be found at /etc/phpmyadmin/apache.conf You can open it by type sudo nano /etc/phpmyadmin/apache.conf and change the third To restart apache service
