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

rewrite not working?

hi

i upgraded a week ago to 4.2 from 4.1 and the rewrite to the new friendly url's doesnt seem to be working. i have a rather straightforward setup with the exception that drupal is installed in /myblog/ instead of the root of the webserver.

now i checked:

[root@kjell myblog]# grep -i mod_rewrite /etc/httpd/conf/httpd.conf
LoadModule rewrite_module     modules/mod_rewrite.so
AddModule mod_rewrite.c

and mod_rewrite seems rightly configured

i also have a .htacess

[root@kjell myblog]# ls -al .htaccess
-rw-r--r--    1 apache   apache       1894 Aug 19 15:24 .htaccess

and to get past the / in the error handeling i have a symlink tot a custom 404

[root@kjell myblog]# ls -al ../error.php
lrwxrwxrwx    1 root     root            8 May  4 15:58 ../error.php -> 404.html

in my conf i enables friendly urls and rewrite (can someone provide me with a sql statement for this to show?). it isnt working however.

any help appreciated to solve this problem with is rather bad for me...

migrating from other CMS

I've adapted the code from 'Migrating from GeekLog to Drupal' for migrating my articles (www.virtualeli.com). I wrote my own CMS (just for kicks). Below is the table structure I use (field on left, type on right)

id int(10)
datetime datetime
title text
keywords text
text longtext

Here's the code I've adapted:

HTML and Line Breaks

Is it possible to have Drupal treat HTML content as such in postings and entries of various nodes? It seems to allow HTML but will also convert any line breaks found in the text to HTML BRs for instance. It also seem to mess things up when HTML is pasted from external source and I am forced to fix it manually.

Thanks

Altering 'Blog It' HTML output

The Blog It link of individual news items in feed seem to make it possible to quote the title and links in a personal blog. I would like to know if there's an easy way to alter the template (if there's one) to create this to allow a different format.

Anyone else get errors with weblink top 10 block ?

When I try to use the weblink top 10 block I getthe following error ...

Comments

Is there a way to make users only able to comment on forum topics but not on sitepages?

However the administrators can comment on both forum topics and sitepages?

Thank you for your time and attention,

Ju

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal