Přihlásit se

Joomla 5.1.0 a Joomla 4.4.4 (17 dub 2024)

Dnes byla uvolněna nová verze Joomla 5.1.0, společně s Joomla 4.4.4. Tato verze přináší spoustu nových funkcí, vylepšení v oblasti bezpečnosti a kódu a díky těmto vylepšením i vyšší rychlost.

Důležité Přesměrování Joomla

23. kvě 2012 10:59 #93887
Re: Přesměrování Joomla od ghost
Zkušený uživatel
co htaccess a presmerovani tam?
co presmerovani pres hlavicku v sablone?

jinak vas web vubec nejede a ne ze se presmerovava (nebo jste zadal spatne adresu)

Joomla! pro každého

23. kvě 2012 11:01 #93889
Odpověď od foizo
Uživatel
v tom htacces se moc nevyznám co mám hledat?

jo jinak to nefunguje protože znovu kopíruju souobory přez ftp tak tam nic ted neni kopíruju znova...

23. kvě 2012 11:03 #93892
Odpověď od foizo
Uživatel
jinak zkoušel jsem i změnit šablonu na základní co je v joomle ale stále mě to házelo na starý web...

23. kvě 2012 12:53 - 23. kvě 2012 12:54 #93897
Odpověď od foizo
Uživatel
to sem z toho jelen, prošel sem co sem mohl a nikde neni ani zmínka o sparks.foizo.cz, tak proč se t tam sakra furt přesměruje? a administrace na www.americanpitbullterrier-sparks.cz/administrator normálně funguje a nikde v nastavení taky neni....

23. kvě 2012 13:30 #93900
Odpověď od David
Nováček
A teď se podívejte do souboru v rootu .htaccess . Odhaduji, že tam bude redirect.

www.joomlista.cz - blog o CMS Joomla!
www.joomlaskoleni.cz - Joomla! školení
www.grapharts.cz/
www.grapharts.cz/cs/hosting - Hosting pro Joomla!

23. kvě 2012 14:48 #93901
Odpověď od foizo
Uživatel
jak už sem psal takhle vypadá .htaccess přímo v rootu, jinej nikde neni..i po přejmenování z txt žádná změna.

##
# @package Joomla
# @copyright Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
##

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

## 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 base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block out any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%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})
# Return 403 Forbidden header and show the content of the root homepage
RewriteRule .* index.php [F]
#
## End - Rewrite rules to block out some common exploits.

## Begin - Custom redirects
#
# If you need to redirect some pages, or set a canonical non-www to
# www redirect (or vice versa), place that code here. Ensure those
# redirects use the correct RewriteRule syntax and the [R=301,L] flags.
#
## End - Custom redirects

##
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root).
##

# RewriteBase /

## Begin - Joomla! core SEF Section.
#
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
#
# If the requested path and file is not /index.php and the request
# has not already been internally rewritten to the index.php script
RewriteCond %{REQUEST_URI} !^/index\.php
# and the request is for something within the component folder,
# or for the site root, or for an extensionless URL, or the
# requested URL ends with one of the listed extensions
RewriteCond %{REQUEST_URI} /component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]
# and the requested path and file doesn't directly match a physical file
RewriteCond %{REQUEST_FILENAME} !-f
# and the requested path and file doesn't directly match a physical folder
RewriteCond %{REQUEST_FILENAME} !-d
# internally rewrite the request to the index.php script
RewriteRule .* index.php [L]
#
## End - Joomla! core SEF Section.


Config.php

offline 1
offline_message Tyto stránky jsou právě v údržbě.<br /> Zkuste se připojit za chvíli.
display_offline_message 0
offline_image
sitename Sparks
editor jce
captcha 0
list_limit 20
access 1
debug 0
debug_lang 0
dbtype mysql
host xxxxxx
user xxxxxx
password xxxxxx
db mysql43275
dbprefix spar_
live_site
secret oU3971zIvSP0Cxcc
gzip 0
error_reporting default
helpurl help.joomla.org/proxy/index.php?option=c...eyref=Help16:{keyref }
ftp_host americanpitbullterrier-sparks.cz
ftp_port 21
ftp_user xxxxxx
ftp_pass xxxxxx
ftp_root
ftp_enable 0
offset Europe/Prague
offset_user UTC
mailer mail
mailfrom info@americanpitbullterrier-sparks.cz
fromname ZKO Březno II.
sendmail /usr/sbin/sendmail
smtpauth 0
smtpuser xxxxxx
smtppass xxxxxx
smtphost localhost
smtpsecure none
smtpport 25
caching 0
cache_handler file
cachetime 15
MetaDesc kynologické cvičiště Březno II.
MetaKeys american,pit,bull,terrier,americký,cvičák,březno,sparks,teriér,zkoušky,čks,famfulík,chomutov,kynologie
MetaTitle 1
MetaAuthor 1
robots
sef 1
sef_rewrite 1
sef_suffix 0
unicodeslugs 0
feed_limit 10
log_path /home/americanpitbullterrier-sparks.cz/americanpitbullterrier-sparks.cz/log
tmp_path /home/americanpitbullterrier-sparks.cz/americanpitbullterrier-sparks.cz/tmp
lifetime 15
session_handler database
MetaRights
sitename_pagetitles 1
force_ssl 0
feed_email author
cookie_domain
cookie_path

Powered by Fórum