Van windows naar ubuntu, probleem

Drupalversie: 

Ik heb mijn drupal website verplaatst van windows "xamp" naar een ubuntu server. Website komt online maar al mijn links werken niet als ik erop klik. Telkens krijg ik page not found...

Wat raar is:
Rechtstreeks surfen naar een url gaat nog wel bv.(http://localhost/?q=node/5, localhost/?q=admin,...)

Heb ik mijn apache server verkeerd geinstalleerd? Ik denk aan een foute instelling met clean-url's of path auto?

Clean URL's. Waarschijnlijk is mod_rewrite niet ingeschakeld in Apache op de nieuwe server. Moet je even nakijken. Als je niet weet hoe dat moet is er via Google genoeg over te vinden.

mod_rewrite is ingeschakeld. Zover was ik al. Na 2 uur zoeken werkte het met dit. Dankzij de link van Bèr Kessels

Then (if you are working with a subdirectory that is at the same time a symbolic link) edit /etc/apache2/sites-enabled/000-default or the appropriate configuratin file, and add:
Options +FollowSymLinks ### if necessary, may be there
AllowOverride All
so that the following section ends up looking something like the following:

Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
# Uncomment this directive is you want to see apache2's
# default start page (in /apache2-default) when you go to /
#RedirectMatch ^/$ /apache2-default/

(by default it will say AllowOverride None which will not allow use of .htaccess to override directives).

Nogmaals bedankt voor de snelle reacties.

Actuele inhoud

06 feb 2012

05 feb 2012

04 feb 2012

03 feb 2012

02 feb 2012