Having problems installing Drupal? See the Installation Guide for more information.

drupal problem:500 interval server error

hello all
I have a problem 500 interval server error in my website ,I would installing drupal 6 but this problem stop me,the host admin says that many drypal functions should be actived.
what is the solutions of this problem?
please help me?

Drupal Stable Version Suggestion

Hi All,
After 3 years working on php with joomla, wordpress, codeigniter finally started working on Drupal,
So i am newbee.

I installed Drupal 7.2 after reading the new support and changes in coding structure(classes).

Now come to know that basic modules and themes are not supported in 7.x and Drupal 7 is awesome but not without it's basic modules.

now one guy suggested me to use Drupal 6.3. but there are many version upto Drupal 6.9.

Anyone who can suggest me the latest but stable version in 6.x ???????

please suggest..

Install Drupal 6.x on free.fr

Hello everyone!

I was trying to install Drupal on the free French webhoster free.fr, but had to face some problems with their restrictions on .htaccess files. Not only does it not allow clean URLs with mod_rewrite, but more importantly doesn't it allow the blocking of *.inc files and similar, which is a big problem for security.

Fortunately, many restrictions can be circumvented. There are three principal steps:

First, activate PHP 5. Luckily, this PHP version has register_globals = off. This is done (on free.fr?) like so:

php 1

Second, replace the FilesMatch with a Files ~ directive (see doc here). Both directives seem to do more or less the same, but only Deny from all actually blocks access to matched files:

<Files ~ "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
  Deny from all
</Files>

Finally, uncomment the mod_rewrite and Apache config stuff. The resulting .htaccess looks like this:


#
# Apache/PHP/Drupal settings:
#

# This enables PHP 5 on free.fr, which has register_globals = off --ingo
php 1

# FilesMatch is deactivated on free.fr --ingo

Why Do I Keep Receiving This Error Message (it's inside the message)

I will PAY Someone to Install Open Publish or Something Similar

Please, this is not as easy as they make it out to be. I need your help. Add me on MSN for more chat. lugial23803@hotmail.com

PHP Extensions fails.

I am installing Drupal 7 on Ubuntu 11.04
I have installed php5, Mysql, apache2
and I have plenty of disk space.

I am getting the message "Drupal requires you to enable php extensions."

Could you advise please on how to proceed because I am stuck?

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal