Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Profile for spascioman

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 16:14
  • Posts: 2
  • Profile Views: 2676
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
A strange situation is happening.

All the aliases associated to SEFUrls where index.php is present have stopped working since a couple of days ago.

This is my situation:

MAIN URL: www.siciliandreams.com

TEST URLS
REAL URL: index.php?option=com_content&catid=40&id=71&lang=it&view=article&Itemid=72
SEF URL (working): it/posti-da-vedere-in-sicilia/segesta
ALIAS (working): it/posti-da-vedere-in-sicilia/71-segesta
ALIAS (not working): index.php/it/posti-da-vedere-in-sicilia/71-segesta
ALIAS (not working): index.php/it/places-of-interest-in-sicily/71-segesta
ALIAS (not working): index.php/posti-da-vedere-in-sicilia/71-segesta

The "not working" alias return the 404 page that is customizable via JoomSEF (404 Log tab)

.htaccess file
---------------------------------------------
DirectoryIndex index.php
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^siciliandreams.com [NC]
RewriteRule ^(.*)$ www.siciliandreams.com/$1 [L,R=301]

########## 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!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
# 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 <script> 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

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]
-------------------------------------------------------------------------------------------------------------------------------

Artio JoomSEF version: 3.8.2

-------------------------------------------------------------------------------------------------------------------------------------
These are the system details:
PHP Built on: Linux web28.ultrawebsitehosting.com 2.6.18-238.12.1.el5 #1 SMP Tue May 31 13:22:04 EDT 2011 x86_64
Database Version: 5.0.92-community
Database Collation: utf8_general_ci
PHP Version: 5.2.17
Web Server: Apache
Web Server to PHP interface: cgi
Joomla! Version: Joomla! 1.5.18 Stable [ wojmamni ama wojnaiki ] 27-May-2010 18:00 GMT
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 (.NET CLR 3.5.30729)
--------------------------------------------------------------------------------------------------------------------------------------

Hope there will be someone who can help me.................I am stuck.

Thank you in advance.

Massimiliano
Aliases where index. ...
Category: JoomSEF 3
emo
Hi guys,
hope to find a good tip to solve the following issue.

I manage a double language site about Sicily (Siciliandreams.com) for which I have set Joomsef up (together with JoomFish for internationalization). The problem I encounter is that the default home page link (the one marked with a yellow star in the backend) is always pointing to the root domain, thus meaning:
(EN) menu link: HOME pointing to www.siciliandreams.com
(IT) menu link: PAGINA INIZIALE pointing to www.siciliandreams.com

Theoretically, it would have expected:
(EN) menu link: HOME pointing to www.siciliandreams.com/en
(IT) menu link: PAGINA INIZIALE pointing to www.siciliandreams.com/it

Have anyone faced (and solved!!!) the same issue???

Regards,

Massimiliano
Default page for mul ...
Category: JoomSEF 3
More
Přihlášení uživatele Prázdný