Back to top

Autore Topic: Modificare url con alias SEO/SEF [RISOLTO]  (Letto 6115 volte)

Offline ticreoz

  • Esploratore
  • **
  • Post: 101
    • Mostra profilo
Modificare url con alias SEO/SEF [RISOLTO]
« il: 24 Set 2010, 11:25:55 »
Salve.
In alcune pagine interne di joomla vorrei che nella barra indirizzi non si mostrasse la stringa phh ma il nome della pagina interessata..
Supponiamo che il link sia
www.miosito/index.php?..etc etc...
e mi apre la pagina sport
ecco io vorrei vedere
www.miosit/sport
Ho provato a modificare le impostazioni SEO
ma mi dice www.miosito/sport.html non trovato!
Che devo fare?
 creare delle html corrispondenti che vanno sul php?
o_O?


« Ultima modifica: 24 Set 2010, 16:41:18 da ticreoz »

Offline Npaquito

  • Abituale
  • ****
  • Post: 1832
    • Mostra profilo
Re:Modificare url
« Risposta #1 il: 24 Set 2010, 12:03:04 »
web design, web mobile

Offline ticreoz

  • Esploratore
  • **
  • Post: 101
    • Mostra profilo
Re:Modificare url
« Risposta #2 il: 24 Set 2010, 12:08:06 »
già fatto!
:(
sono pieno di errori
url non trovato
404 ....
etc etc..
può darsi dipenda dal fatto che l'hosting sia su sgaragnao?
leggevo di qualche sofferenza di joomla su sgaragnao per queste cose
conoscete qualche workaround?
« Ultima modifica: 24 Set 2010, 12:28:25 da ticreoz »

Offline luketto

  • Abituale
  • ****
  • Post: 1133
  • Sesso: Maschio
    • Mostra profilo
Re:Modificare url
« Risposta #3 il: 24 Set 2010, 12:29:11 »
ma l'.htaccess sul server, c'è?
@LocoLuketto

Offline ticreoz

  • Esploratore
  • **
  • Post: 101
    • Mostra profilo
Re:Modificare url
« Risposta #4 il: 24 Set 2010, 12:55:54 »

prima c'era htaccess.txt
ora c'è .htaccess e non va ugualmente
l'ho modificato seguendo dei workaround riguardo l'hosting che ho che pare abbia problemi con joomla e seo/sef
:(
« Ultima modifica: 24 Set 2010, 15:54:02 da ticreoz »

mau_develop

  • Visitatore
Re:Modificare url
« Risposta #5 il: 24 Set 2010, 12:59:56 »
devi abilitare il sef e il mod_rewrite.

devi usare l'htaccess così come viene rilasciato, l'unico correzione è se devi raggiungere una cartella /joomla/ ma se è nella root nessun problema.

la riga dei follow symlink deve essere commentata.

M.

Offline ticreoz

  • Esploratore
  • **
  • Post: 101
    • Mostra profilo
Re:Modificare url
« Risposta #6 il: 24 Set 2010, 16:40:50 »
era corretto tutto ma non andava lo stesso
Ma ho trovato e sostituito .htaccess precedente con questo

Codice: [Seleziona]
##
# @version $Id: htaccess.txt 1570 2005-12-29 05:53:33Z eddieajau $
# @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
##
 
#
#  mod_rewrite in use
#
RewriteEngine On
##
## NOTE!
## When using multiple Joomla sites or other web applications in sub-folders,
## you must explicitly turn the RewriteEngine off or use the settings
## recommended for the application
##
#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update YourJoomlaDirectory (just / for root)
RewriteBase /
#
#  Rules
#
RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

ed è ok!!
:-)
Grazie mille! vado subito a metterlo come risolto!
;-P

 



Web Design Bolzano Kreatif