Doppelte Slash ("//") in der URL - What the fck ht
Verfasst: 23.11.2007, 00:01
Hallo zusammen,
ich arbeite mit Joomla 1.0.13 und habe OpenSEF installiert und nun kommt es dazu, dass in meiner URL ein doppelter Slash auftaucht.
Wie kannt das passieren? Ich habe alles ausprobiert (ok, aber fast).
Mit scheint es ein htaccess-Problem zu sein. Hier meine htaccess:
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
Danke Euch
Marcel
ich arbeite mit Joomla 1.0.13 und habe OpenSEF installiert und nun kommt es dazu, dass in meiner URL ein doppelter Slash auftaucht.
Wie kannt das passieren? Ich habe alles ausprobiert (ok, aber fast).
Mit scheint es ein htaccess-Problem zu sein. Hier meine htaccess:
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
Danke Euch
Marcel