|
Hi Jan,
1. Make sure that .htaccess file exists: yes
2. Check the rewrite rules .htaccess file:
RewriteEngine On RewriteBase / 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] RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR] RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR] RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR] RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR] RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2}) RewriteRule ^(.*)$ index.php [F,L]
3. Check RewriteBase value and adjust it if needed: I've this one RewriteBase /
How to determine the root URL?
Here my SEF configuration file:
$alwaysUseLang = "1"; $enabled = "1"; $replacement = "-"; $pagerep = "-"; $stripthese = ",|~|!|@|%|^|*|(|)|+|<|>|:|;|{|}|[|]|---|--|..|."; $suffix = ""; $addFile = "index.php"; $friendlytrim = "-|."; $canonicalLink = true; $pagetext = "JText::_('PAGE')-%s"; $langPlacement = "0"; $lowerCase = "1"; $useAlias = "0"; $excludeSource = "0"; $reappendSource = "0"; $ignoreSource = "1"; $appendNonSef = "1"; $transitSlash = "1"; $useCache = "1"; $cacheSize = "1000"; $cacheMinHits = "10"; $cacheFLock = "1"; $translateNames = "1"; $page404 = "0"; $record404 = "0"; $showMessageOn404 = "0"; $use404itemid = "0"; $itemid404 = 0; $nonSefRedirect = "0"; $useMoved = "1"; $useMovedAsk = "1"; $replacements = "Á|A, Â|A, Å|A, Ă|A, Ä|A, À|A, Ć|C, Ç|C, Č|C, Ď|D, É|E, È|E, Ë|E, Ě|E, Ì|I, Í|I, Î|I, Ï|I, Ĺ|L, Ń|N, Ň|N, Ñ|N, Ò|O, Ó|O, Ô|O, Õ|O, Ö|O, Ŕ|R, Ř|R, Š|S, Ś|O, Ť|T, Ů|U, Ú|U, Ű|U, Ü|U, Ý|Y, Ž|Z, Ź|Z, á|a, â|a, å|a, ä|a, à|a, ć|c, ç|c, č|c, ď|d, đ|d, é|e, ę|e, ë|e, ě|e, è|e, ì|i, í|i, î|i, ï|i, ĺ|l, ń|n, ň|n, ñ|n, ò|o, ó|o, ô|o, ő|o, ö|o, š|s, ś|s, ř|r, ŕ|r, ť|t, ů|u, ú|u, ű|u, ü|u, ý|y, ž|z, ź|z, ˙|-, ß|ss, Ą|A, µ|u, Ą|A, µ|u, ą|a, Ą|A, ę|e, Ę|E, ś|s, Ś|S, ż|z, Ż|Z, ź|z, Ź|Z, ć|c, Ć|C, ł|l, Ł|L, ó|o, Ó|O, ń|n, Ń|N, А|A, а|a, Б|B, б|b, В|V, в|v, Г|G, г|g, Д|D, д|d, Е|E, е|e, Ж|Zh, ж|zh, З|Z, з|z, И|I, и|i, Й|Y, й|y, К|K, к|k, Л|L, л|l, М|M, м|m, Н|N, н|n, О|O, о|o, П|P, п|p, Р|R, р|r, С|S, с|s, Т|T, т|t, У|U, у|u, Ф|F, ф|f, Х|Ch, х|ch, Ц|Ts, ц|ts, Ч|Ch, ч|ch, Ш|Sh, ш|sh, Щ|Sch, щ|sch, Ы|I, ы|i, Э|E, э|e, Ю|U, ю|iu, Я|Ya, я|ya, Ъ| , ъ| , Ь| , ь|"; $predefined = array('0' => "com_login",'1' => "com_newsfeeds",'2' => "com_sef",'3' => "com_weblinks",'4' => "com_joomfish"); $serverUpgradeURL = "http://www.artio.cz/updates/joomsef3/upgrade.zip"; $serverNewVersionURL = "http://www.artio.cz/updates/joomla/joomsef3/version"; $serverAutoUpgrade = "http://www.artio.net/joomla-auto-upgrade"; $serverLicenser = "http://www.artio.net/license-check"; $langDomain = array(); $altDomain = null; $disableNewSEF = "0"; $dontRemoveSid = "0"; $setQueryString = "1"; $parseJoomlaSEO = "1"; $customNonSef = ""; $jfBrowserLang = true; $jfLangCookie = true; $jfSubDomains = array(); $contentUseIndex = "1"; $checkJunkUrls = "1"; $junkWords = "http:// http// https:// https// www. @"; $junkExclude = ""; $preventNonSefOverwrite = "1"; $mainLanguage = 0; $allowUTF = "0"; $numberDuplicates = "0"; $artioDownloadId = ""; $trace = "0"; $traceLevel = "3"; $autoCanonical = "1";
Please help me!
Thanks a lot
Stefano
|