htaccess php_ values

I apologize, if this is covered elsewhere. After I logged in, I could not find the Search box on any of the Drupal pages.

Problem: Internal Server Error occurs now and again after clicking the submit button - log in, create node, edit node, etc. It does not occur every time; however, most of my Users are not computer experts and they simply go away after seeing such an error, especially during log in.

My web host, ThinkHost.com, had the info shown below in their Support pages about using "php_value" in the htaccess file. How would I apply this advised change to my Drupal ver 4.7 installation? ---Ashford

.htaccess "php_" values
If after installing a PHP application that also required htaccess modifications you see an Internal Server Error (Error 500) and your permissions are set correctly, please check your htaccess file for instances of "php_value" or "php_flag".

ThinkHost runs suPHP. suPHP is a tool for executing PHP scripts with the permissions of the owner account - a much more efficient and secure method. What this means is that anything in your .htaccess files that begins with "php_" needs to go in its own file, php.ini.

Special note: The newly created php.ini file contents must be in the format:

option=value
or
option=value

instead of: option value. There is no need to add "php_value" or "php_flag" strings to this file

Correct setup for a system available on two domains?

Not stricty an issue with Drupal, more a hosting one but maybe someone here can help.

I'm hosting a fairly large Drupal installation on a network which has two domains. The server hosting the site is on one domain however I would like to provide access for the whole network.

Coder module

I just found the coder module as I was searching for ways to update my modules to 6.x and I'm impressed. I think every module maintainer should run all of their modules through this script. It took me 5 minutes to update my 5.x module to 6.x, and I fixed my coding standard along the way. Very cool.

Dave

How to integrate PHPBB with Drupal

Hai,
How to integrate PHPBB with Drupal.
Thanking you.
yours faithfully,
Ramesh.G

localhost Drupal

I'm trying to get Drupal-4.7.3 working on a standalone Drupal laptop.
I copied the drupal tree and drupal DBS from a live Drupal on the network.
I ran the update.php script on localhost after making my settings.php reflect proper location of drupal web and DBS.
I cleared the cache tables in DBS by running this command: delete from cache; (after 'use drupal473)

localhost drupal

drupal-4.7.3
has anyone done a drupal which is local to the host and not networked?
I want to transfer this drupal site http://www.shreemaa.org to a local drupal web on a host that is not networked.

can it be done?

Susan

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x