Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I have already installed Drupal 4.7.3 on Aruba hosting Linux. I had a lot of problems . I realized that they were caused by the htaccess files. To make evrything work at first I deleted the file, but later I changed it.with this one I found this one in a forum post.
#
# Apache/PHP/site settings:
#
# Protect files and directories from prying eyes:
order deny,allow
deny from all
# Set some options
###no### Options -Indexes
###no### Options +FollowSymLinks
# Customized server error messages:
ErrorDocument 404 /index.php
# Set the default handler to index.php:
###no### DirectoryIndex index.php
# Overload PHP variables:
# If you are using Apache 2, you have to use
# instead of .
php_value register_globals 0
php_value track_vars 1
php_value short_open_tag 1
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
php_value magic_quotes_sybase 0
php_value arg_separator.output "&"
php_value session.cache_expire 200000
php_value session.gc_maxlifetime 200000
php_value session.cookie_lifetime 200000000
php_value session.auto_start 0
php_value session.save_handler user
php_value session.cache_limiter none
php_value allow_call_time_pass_reference On
Now going here : Home » administer » settings » content types
and enabling Display attachments inline automatically:
( Thus no code like [inline:imag1.png=test] has to be entered manually )
Now going here : Home » administer » settings » inline
and setting "Maximum width and height for the displayed inline images" something like 1000x1000
so that fairly large images are shown.
Is it possible to show the front_page only the first time a user visits the web site on that day... and never the rest of the day. The next day when the user visits he again sees the front page for the first time....
I've just started experimenting with Drupal, and I logged out to see how a feature looked as an anonymous user, and now the site won't load (no error, simply a blank page). I suspect I stupidly turned off view permissions for anonymous users. Does anyone know how I can either log back in via the address bar or reset the permissions from the php files/mysql tables? I don't care about losing information since I was just exploring the features. Thanks.
I've realized a cold fact. I hate typing in textareas. I think i want to use vim to post to my blog. This is possible. Wondering about how blogapi deals with freetagging , or nodewords. How do i add that into the post request?