Dobrý Deň, Hosť
Meno:  Heslo: Zapamätať  Obnoviť heslo | Registrovať
Štvrtok, 24. Máj 2012 01:10
 
tvorba URLs
Vitajte, Hosť. Prosím prihláste sa alebo sa zaregistrujte.

Prihláste sa užívateľským menom, heslom a dĺžkou sedenia

 
Pokročilé vyhľadávanie

24394 príspevkov v 4753 tém- od 64463 užívateľov - Najnovší užívateľ: Raiper34

Štvrtok, 24. Máj 2012 01:10
Strán: [1]
Tlačiť
Autor Téma: tvorba URLs  (Prečítané 6056 krát)
0 užívateľov a 1 Hosť prehliada túto tému.
fuxo
Newbie
*

Karma: +0/-0
Offline Offline

Príspevkov: 48



WWW
« kedy: Štvrtok, 01. Máj 2008 15:35 »

Mozno blba otazka, ale ani po nikolkych hodinach googlovania si neviem poradit s jednou vecou.

Urobil som si kompletnu kopiu stranky na localhost s XAMPPom cez JoomlaPack. Ked som na localhost nainstaloval Artio JoomSEF a pozrel sa do View/Edit Custom Redirects je tam kopec linkov, vsetko funguje super. Ked som presne to iste urobil na serveri, neneachadza sa tam nic, tym padom po zapnuti SEO nic nefunguje.  Cry

Musim URL pre Artio JoomSEF tvorit manualne, alebo je aj nejaky rozumny automaticky sposob?

Vdaka za rady.
Zaznamenané
Michal Hraška
Global Moderator
Hero Member
*****

Karma: +29/-0
Offline Offline

Pohlavie: Mužské
Príspevkov: 4057



« Odpoveď #1 kedy: Štvrtok, 01. Máj 2008 17:48 »

Troska som mimo. Nejak nechápem suvislost

Takto sa spýtam po zapnutí SEF/SEO zobrazuje "pekne" linky ??
Zaznamenané
fuxo
Newbie
*

Karma: +0/-0
Offline Offline

Príspevkov: 48



WWW
« Odpoveď #2 kedy: Štvrtok, 01. Máj 2008 18:28 »

Vlastne uz som sa kusok posunul. Pisal som, ze v View/Edit Custom Redirects nie je nic, ale momentalne su tam uz su linky pre redirect.  Shocked

Po zapnuti SEO uz aj vzniknu "pekne" linky, ale
Kód:
Not Found
The requested URL /forum/priania-a-staznosti/kurna-fuxo.html was not found on this server.

V Loaded Modules mod_rewrite mam.

Viem, hrozne chaoticka odpoved, ale ucel snad splnila  Smiley
« Posledná zmena: Štvrtok, 01. Máj 2008 18:43 od fuxo69 » Zaznamenané
fuxo
Newbie
*

Karma: +0/-0
Offline Offline

Príspevkov: 48



WWW
« Odpoveď #3 kedy: Štvrtok, 01. Máj 2008 19:01 »

Este som zabudol spomenut, ze v .htaccess mam zmenene posledne dva bloky podla http://joomla.einfo.sk/komponenty/artio-joomsef.html
Zaznamenané
fuxo
Newbie
*

Karma: +0/-0
Offline Offline

Príspevkov: 48



WWW
« Odpoveď #4 kedy: Sobota, 03. Máj 2008 21:39 »

Rekapitulacia (predchadzajuce posty mozu byt zmazane, budu zbytocne matuce pre dalsich navstevnikov):
Mam Joomlu JIE 1.0.12 a komponent ARTIO JoomSEF v2.2.6.

Po instalacii, som editoval .htaccess podla http://joomla.einfo.sk/komponenty/artio-joomsef.html. Instalacia bola bez problemov, ale momentalne sa neviem s niecim pohnut. Ked v Globalnej konfiguracii zapnem "URL vhodné pre vyhľadávače:" vzniknu sice "pekne" linky, ale vzdy len:
Kód:
Not Found
The requested URL /forum.html was not found on this server.


V Loaded Modules mod_rewrite je, takze tuto moznost zrejme vylucujem. Predpokladam, ze mam problem v .htaccess, takze ho sem pre istou pastnem:
Kód:
##
# @version $Id: htaccess.txt 5975 2006-12-11 01:26:33Z robs $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##


#####################################################
#  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.
#
# Only use one of the two SEF sections that follow.  Lines that can be uncommented
# (and thus used) have only one #.  Lines with two #'s should not be uncommented
# In the section that you don't use, all lines should start with #
#
# For Standard SEF, use the standard SEF section.  You can comment out
# all of the RewriteCond lines and reduce your server's load if you
# don't have directories in your root named 'component' or 'content'
#
# If you are using a 3rd Party SEF or the Core SEF solution
# uncomment all of the lines in the '3rd Party or Core SEF' section
#
#####################################################

#####  SOLVING PROBLEMS WITH COMPONENT URL's that don't work #####
# SPECIAL NOTE FOR SMF USERS WHEN SMF IS INTEGRATED AND BRIDGED
# OR ANY SITUATION WHERE A COMPONENT's URL's AREN't WORKING
#
# In both the 'Standard SEF', and '3rd Party or Core SEF' sections the line:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# May need to be uncommented.  If you are running your Joomla!/Mambo from
# a subdirectory the name of the subdirectory will need to be inserted into this
# line.  For example, if your Joomla!/Mambo is in a subdirectory called '/test/',
# change this:
# RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
# to this:
# RewriteCond %{REQUEST_URI} ^(/test/component/option,com) [NC,OR] ##optional - see notes##
#
#####################################################


##  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!/MamboDirectory (just / for root)

# RewriteBase /


########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
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 - Joomla! core SEF Section


########## Begin Standard SEF Section
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
#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


########## Begin 3rd Party or Core SEF Section
#
#RewriteCond %{REQUEST_URI} ^(/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


Helfol by mi s tym niekto ?
Vdaka
Zaznamenané
Michal Hraška
Global Moderator
Hero Member
*****

Karma: +29/-0
Offline Offline

Pohlavie: Mužské
Príspevkov: 4057



« Odpoveď #5 kedy: Nedeľa, 04. Máj 2008 09:46 »

Skus sa mrknut sem myslim ze je tam tvoje riešenie
http://www.joomla.sk/forum/topic,1306.msg6760/#msg6760
Zaznamenané
fuxo
Newbie
*

Karma: +0/-0
Offline Offline

Príspevkov: 48



WWW
« Odpoveď #6 kedy: Pondelok, 05. Máj 2008 19:08 »

Ok, z 90tich percent vyriesene, problem bol v nastaveni servera.

Vdaka za ochotu.
Zaznamenané
shopho
Newbie
*

Karma: +0/-0
Offline Offline

Príspevkov: 4


« Odpoveď #7 kedy: Štvrtok, 16. Júl 2009 11:56 »

to fuxo:

ahoj, prosim ta vyriesil si to? ja mam podobny problem, skusil som vsetko mozne a uz fakt neviem.. pises, ze bola chyba v nastaveni servera, co konkretne?
dik
Zaznamenané
fuxo
Newbie
*

Karma: +0/-0
Offline Offline

Príspevkov: 48



WWW
« Odpoveď #8 kedy: Štvrtok, 16. Júl 2009 12:08 »

servus shopho,

mno je to dost stara tema, takze sa od vtedy samozrejme vela veci zmenilo. Uz presne neviem, o co konkretne v tomto pripade islo (ten web je uz zmazany), ale predpokladam, ze bol problem s nastavenim .htaccess.

Ak mozem odporucit, skus radsej komnponent sh404sef. Je jednoduchy, prehladny a hlavne je uplne free (nie s obmedzeniami, ako Artio JoomSEF).

Ak by si mal nejake problemy, pokojne sa mi ozvi na maila, alebo icq.

Maj sa.

Zaznamenané
Strán: [1]
Tlačiť
Prejsť na: