|
||||||||
![]() |
|
|
LinkBack | Themen-Optionen | Thema durchsuchen | Ansicht |
|
Joomla Experte
Registriert seit: 17.02.2005
Ort: Frankfurt/Main
Beiträge: 317
Bedankte sich: 24 13 Danksagungen in 13 Beiträgen |
Hi,
ich teste die 1.5 seit dem RC4 etwas genauer durch (siehe Blog) und bin etwas überrascht. Bei einer Test-Installation (RC4, all-inkl.de, Installation mit Beispielcontent) erhalte ich nach Aktivierung der drei SEF-Parameter Session-ID's in den URL. SEO-technisch ein Unding. Zuerst waren sie nicht da, aber nach dem Logout aus dem Backend und einem zweiten Besuch hatte ich sie. Bei einer zweiten Test-Installation (Stable, 1&1, blanke Installation ohne Beispielcontent) sind die URL's bei der selben Konfiguration perfekt. Ich teste die erste Installation mit dem Internet Explorer und erhalte keine Session-ID's. Upgrade des RC4 auf stable. Neuaufruf mit Firefox und Hinweis auf den zu löschende Installations-Ordner, den ich aus Versehen mit hoch geladen habe. Lösche ihn, klicke auf den Link und habe wieder eine Session-ID. Rufe die Domain als solche neu auf und habe nirgendwo eine Session-ID. Ich rufe die Domain erstmals mit Opera neu auf und habe eine Session-ID in den URL's. Rufe die Zweitinstallation mit selbst eingestelltem Content bei 1&1 mit Opera erstmals auf: Keine Session-ID's. Hat irgendjemand eine Erklärung oder gar Lösung für dieses Phänomen?
__________________
Joomla!-Downloads und Joomla!-Tutorials von Wolke23. Team phpBB.de und Joomla-Blog. |
|
|
|
|
Joomlaianer
Registriert seit: 05.05.2005
Beiträge: 66
Bedankte sich: 2 3 Danksagungen in 3 Beiträgen |
hallo,
ich habe bei meiner seite das gleiche problem. siehe: http://www.joomlaportal.de/allgemein...e-content.html dauerte allerdings einige tage bis ich draufgekommen bin, dass es sich hier um eine session id handelt :-) kann man das irgendwie patchen??? lg sonnenblume edit: problem gelöst: habe auf php 5.2 upgedated. funzt alles super lg |
|
|
|
|
Joomla Newbie
Registriert seit: 03.06.2008
Beiträge: 13
Bedankte sich: 1 0 Danksagungen in 0 Beiträgen |
Hallo,
ich ahbe das gleich problem wie Okocha und auch noch keine Lösung in Sicht. Immer wieder ID´s nach folgenden Muster: http://www.meineseite.de/?ce021607ab...d0d940903b297d PhP 5 auch getestet -> Komponenten Problem, *? in Robots.txt ausgesperrt und trotzdem immer wieder indexerte URL mit Parameter. Verwende übrigens ebenfalls Joomla 1.5.2. HILFE!!! Brauche dringend eine Lösung! Danke für alle Tipps Elblindo |
|
|
|
|
Joomla Newbie
Registriert seit: 18.05.2008
Beiträge: 7
Bedankte sich: 0 0 Danksagungen in 0 Beiträgen |
Hier meine .htaccess:
AddHandler x-httpd-php5 .php ################################################## ### # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE # # The line just below this section: 'Options +FollowSymLinks' may cause problems # with some server configurations. It is required for use of mod_rewrite, but may already # be set by your server administrator in a way that dissallows changing it in # your .htaccess file. If using it causes your server to error out, comment it out (add # to # beginning of line), reload your site in your browser and test your sef url's. If they work, # it has been set by your server administrator and you do not need it set here. # ################################################## ### ## Can be commented out if causes errors, see notes above. #Options +FollowSymLinks # # mod_rewrite in use RewriteEngine On # Uncomment following line if your webserver's URL # is not directly related to physical file paths. # Update Your Joomla! Directory (just / for root) #RewriteBase / # To redirect all users to access the site WITH the 'www.' prefix, # (http://example.com/... will be redirected to http://www.example.com/...) # adapt and uncomment the following: RewriteCond %{HTTP_HOST} ^MEINEDOMAIN\.de$ [NC] RewriteRule ^(.*)$ http://www.MEINEDOMAIN.de/$1 [L,R=301] ########## Begin - Joomla! core SEF Section # RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !^/index.php RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$ [NC] RewriteRule (.*) index.php RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] # ########## End - Joomla! core SEF Section ########## Begin - Rewrite rules to block out some common exploits ## If you experience problems on your site block out the operations listed below ## This attempts to block the most common type of exploit `attempts` to Joomla! # # Block out any script trying to set a mosConfig value through the URL RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] # Block out any script trying to base64_encode crap to send via URL RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] # Block out any script that includes a ********** tag in URL RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] # Block out any script trying to set a PHP GLOBALS variable via URL RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] # Block out any script trying to modify a _REQUEST variable via URL RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) # Send all blocked request to homepage with 403 Forbidden error! RewriteRule ^(.*)$ index.php [F,L] # ########## End - Rewrite rules to block out some common exploits |
|
|
|
| Werbung |