Scott schrieb: > Has anyone had any experience with the Drupal rpm yet? I just installed it and made a soft link to "/var/www/html" and when I try to install it with http://192.168.1.105/drupal/install.php I get the following error: > 403 Forbidden > > Forbidden > > You don't have permission to access /drupal/install.php on this server. > Scott Use the logs to see what is really going on. In this case error_log, which is typically much more helpful than what the browser prints out. If SELinux runs in enforced mode it may have an impact on drupal's behaviour. Alexander