Page 1 of 1

[OPGELOST]dubbelle // in de url

Posted: Thu Jun 14, 2012 1:48 pm
by Adheera
Beetje maf de dubbele // in de url
http://www.100en1.nl//cranio-sacraal.html

Ik dacht dat het hierin zat, maar dat klopt toch allemaal?


<IfModule mod_rewrite.c>
RewriteEngine on
#
#Sub-dir e.g: /cmsms
RewriteBase /

# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# but ignore POST requests.
#RewriteCond %{REQUEST_URI} !/$
#RewriteCond %{REQUEST_URI} !\.
#RewriteCond %{REQUEST_METHOD} !POST$
#RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]

# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)$ index.php?page=$1 [QSA]
</IfModule>

Re: dubbelle // in de url

Posted: Thu Jun 14, 2012 2:04 pm
by Rolf
controleer root_url in config.php, er hoort daar geen / achter...

Re: [OPGELOST]dubbelle // in de url

Posted: Thu Jun 14, 2012 2:20 pm
by Adheera
Dom dom dom
er stond
$config['root_url'] = 'http://www.100en1.nl/';

/ weggehaald en is opgelost.

Rolf DANK je wel....
Wat kun je eindeloos zoeken en dan is de de oplossing zo simpel.