Dat zoek ik nu even na, maar dan nog snap ik niet waarom exact dezelfde opstelling wel werkt op de andere server
Likes: 0
Dat zoek ik nu even na, maar dan nog snap ik niet waarom exact dezelfde opstelling wel werkt op de andere server
Ik ben wel benieuwd naar die redirect.php en je hele htaccess file als je die wil laten zien?
Klarned Managed hosting Hosting, optimalisatie & debugging door WP Core developers![]()

Welke Apache-versie wordt gebruikt?
Voor 1.3 zie:
http://httpd.apache.org/docs/1.3/mod/core.html#options
Het gaat om de 'multiviews' optie.
MultiViews is a per-directory option, meaning it can be set with an Options directive within a <Directory>, <Location> or <Files> section in access.conf, or (if AllowOverride is properly set) in .htaccess files. Note that Options All does not set MultiViews; you have to ask for it by name.
Zie ook:Code:<Directory /home/*> AllowOverride All Options -MultiViews -Indexes FollowSymlinks IncludesNoExec +Includes <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> <LimitExcept GET POST OPTIONS PROPFIND> Order deny,allow Deny from all </LimitExcept> </Directory>
http://www.usenet-forums.com/apache-...extension.html
En hier nog een (werkend) voorbeeld van een uitbreiding van de .htaccess
Ik meen dat ik het persoonlijk indertijd op een andere manier heb opgelost op m'n DA-machines, maar kan het niet meer terugvinden helaas..Code:RewriteCond %{REQUEST_URI} ^([^\.]*)$ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /$1.php [L]
Brinkman.IT - Hosting & Design - https://www.brinkhost.nl/
Apache 2.2.6,
multiviews staat in de htaccess van de main/www folder, niet in de htaccess van /forum