Hallo,
folgendes klingt simpel, stellt mich aber momentan vor ein richtiges Problem.
Ich habe SEO (alle 3 Haken) aktiviert. Bin bei 1&1 und habe die .htaccess mit dem im Forum angegebenen Code erweitert. (siehe unten)
Funktioniert auch alles, bis auf die Tatsache, dass bei Aufruf einer Kategorie (Untermenü) ein Bild im Header-Modul nicht angezeigt wird. Das liegt daran, dass sich das Bild nicht im Template-Verzeichnis befindet, sondern im obersten /images-Verzeichnis.
Ich möchte einfach das Bild im entsprechenden Modul einfügen, aber so, dass es im Template-Bildverzeichnis gespeichert wird. Das Modul bietet mir immer nur an, dieses im /images-Verzeichnis zu speichern.
Wie kann ich dies realisieren?
Noch lieber wäre mir eine Lösung derart, dass man nur den Code der .htacces ändern muss. Leider habe ich diesbezüglich keine Ahnung. Vielleicht kann mir jemand weiterhelfen?
<Files .htaccess>
order allow,deny
deny from all
</Files>
## Can be commented out if causes errors, see notes above.
Options FollowSymLinks
RewriteEngine On
# Uncomment following line if your webserver’s URL
# is not directly related to physical file paths.
# Update Your Joomla/MamboDirectory (just / for root)
# Uncomment this line
RewriteBase /
#comment all of the lines of the below section
########## Begin Standard SEF Section
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
##RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
#RewriteRule ^(content/|component/) index.php
########## End Standard SEF Section
# Uncomment all lines
########## Begin 3rd Party or Core SEF Section
RewriteCond %{REQUEST_URI} ^(/vietnam/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
########## End 3rd Party or Core SEF Section


LinkBack URL
About LinkBacks
Zitieren
Lesezeichen