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>
[OPGELOST]dubbelle // in de url
Moderator: velden
[OPGELOST]dubbelle // in de url
Last edited by Adheera on Thu Jun 14, 2012 2:18 pm, edited 1 time in total.
Re: dubbelle // in de url
controleer root_url in config.php, er hoort daar geen / achter...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: [OPGELOST]dubbelle // in de url
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.
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.