Tagged Questions
0
votes
2answers
858 views
apache virtual host problem on windows 7 - please explain
This problem has never occurred in the past (i have tried this many times) but this time,
ALL virtual hosts defined in the virtual-hosts.conf file in the apache installation directory direct the ...
1
vote
3answers
1k views
How do I access PHPMyAdmin after install in Ubuntu?
I installed Apache and then PHPMyAdmin on my Ubuntu server, but I have not been able to access PHPMyAdmin at http://localhost/phpmyadmin/. http://localhost is working however.
1
vote
1answer
774 views
Symbolic link not allowed or link target not accessible: /var/www on Ubuntu 11.04
I am getting a 403 when i access http://mayfieldafc.local/ upon looking in the Apache logs I am getting:
[Wed Nov 16 12:32:59 2011] [error] [client 127.0.0.1] Symbolic link not allowed or link target ...
1
vote
2answers
541 views
getting mod_rewrite to work on Mac OS X
I'm trying to get mod rewrite to work on my Mac. This is the content of the .htaccess file:
<Files *\.ini>
order allow,deny
deny from all
</Files>
RewriteEngine on
RewriteRule .* ...
2
votes
1answer
107 views
Drupal - after installation the website invisible
I just installed Drupal. But after installation I can't see my installed site.
Upon visiting the URL http://localhost/drupal-7.0/ in my browser I do not get the web page as expected but see files and ...