Back to top

Autore Topic: [Risolto] Info alias  (Letto 2834 volte)

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
[Risolto] Info alias
« il: 16 Feb 2017, 16:18:47 »
Salve ragazzi,


gradirei un aiuto sul mio sito www.ominobu.it


C'è qualche modo per impostare il collegamento delle pagine ( ne prendo una per esempio https://www.ominobu.it/index.php?option=com_sppagebuilder&view=page&id=4&Itemid=110 ) con degli alias?
Tipo anzichè visualizzare tutto quel link subito dopo ominobu.it/, vorrei mettere soltanto /about o /contatti anzichè tutto quell''ambaradam' di indirizzo.
Faccio presente che utilizzo l'estensione SP Page Builder.


Ho provato ad installare JoomSEF extension ma una volta che attivavo i sef links da Joomla  e impostavo(sempre facendo l'esempio della pagina /about) il collegamento alla pagina 'About', visualizzavo un errore legato probabilmente ad un collegamento errato tra le componenti.


Esiste una procedura corretta per poter fare tutto ciò?
Perdonatemi l'ignoranza in materia e grazie in anticipo


Sergio
« Ultima modifica: 16 Apr 2017, 17:51:58 da $Red »

Offline marine

  • Moderator
  • Instancabile
  • *****
  • Post: 6314
  • Sesso: Maschio
    • Mostra profilo
Re:Info alias
« Risposta #1 il: 16 Feb 2017, 16:22:39 »
Il tuo messaggio non è leggibile

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Info alias
« Risposta #2 il: 16 Feb 2017, 16:24:26 »
Il tuo messaggio non è leggibile


Non so per quale motivo mi rendeva illeggibile una parte di testo. Ho corretto


Edit: l'errore che visualizzavo era questo


http://image.prntscr.com/image/3f919031282b4c62ad79c962a51749db.png


« Ultima modifica: 16 Feb 2017, 16:26:19 da Sergio Porcelli »

Offline $Red

  • Moderator
  • Instancabile
  • *****
  • Post: 5351
  • "Bastard Inside"
    • Mostra profilo
Re:Info alias
« Risposta #3 il: 16 Feb 2017, 16:36:38 »
Ciao, per attivare le opzioni SEO di joomla tra cui url SEF va rinominato il file htaccess.txt in .htaccess altrimenti visualizza l'errore, se lo hai già rinominato ed hai l'errore molto probabilmente è perche sul tuo hosting il file htaccess va leggermente modificato quindi collegati in ftp apri il file htaccess ed esegui le seguenti modifiche:
  • Cerca Options +FollowSymlinks commentala con # diventerà #Options +FollowSymlinks
  • Cerca #RewriteBase / decommentala diventerà RewriteBase /
se non va
  • Cerca IndexIgnore * commentala con # diventerà IndexIgnore *
e.. se ancora non va...
  • Cerca Options -Indexes commentala con # diventerà #Options -Indexes

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
[Risolto]Info alias
« Risposta #4 il: 12 Apr 2017, 17:28:34 »
Perdonatemi se riapro un vecchio topic ma ho provato soltanto ora.
Ciao, per attivare le opzioni SEO di joomla tra cui url SEF va rinominato il file htaccess.txt in .htaccess altrimenti visualizza l'errore, se lo hai già rinominato ed hai l'errore molto probabilmente è perche sul tuo hosting il file htaccess va leggermente modificato quindi collegati in ftp apri il file htaccess ed esegui le seguenti modifiche:
  • Cerca Options +FollowSymlinks commentala con # diventerà #Options +FollowSymlinks
  • Cerca #RewriteBase / decommentala diventerà RewriteBase /
se non va
  • Cerca IndexIgnore * commentala con # diventerà IndexIgnore *
e.. se ancora non va...
  • Cerca Options -Indexes commentala con # diventerà #Options -Indexes


Non c'è nulla di tutto ciò nel mio file htaccess anzi ciò che è presente è questo codice:



RewriteEngine on


RewriteOptions inherit
RewriteCond %{HTTP_HOST} ^ominobu\.it$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ominobu\.it$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^home$ "http\:\/\/www\.ominobu\.it\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^ominobu\.it$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ominobu\.it$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^contatti$ "http\:\/\/www\.ominobu\.it\/index\.php\?option\=com_sppagebuilder\&view\=page\&id\=3\&Itemid\=111" [R=301,L]
RewriteCond %{HTTP_HOST} ^ominobu\.it$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ominobu\.it$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^about$ "https\:\/\/www\.ominobu\.it\/index\.php\?option\=com_sppagebuilder\&view\=page\&id\=4\&Itemid\=110" [R=301,L]


Ho inoltre provato ad utilizzare estensioni SEO REF e ad abilitarle dal pannello configurazione globale ma nulla, continuo  a visualizzare quel link.
« Ultima modifica: 13 Apr 2017, 11:31:47 da Sergio Porcelli »

Offline $Red

  • Moderator
  • Instancabile
  • *****
  • Post: 5351
  • "Bastard Inside"
    • Mostra profilo
Re:Info alias
« Risposta #5 il: 12 Apr 2017, 17:57:15 »
non è il file htaccess originale di joomla, bisognerebbe sapere perche c'è questo, hai usato qualche quickstart?

Offline maicolstaip

  • Global Moderator
  • Instancabile
  • ********
  • Post: 17623
  • Sesso: Maschio
    • Mostra profilo
Re:Info alias
« Risposta #6 il: 12 Apr 2017, 18:07:02 »
Ciao Sergio Porcelli,
il tuo .htaccess è quello generato da cpanel del tuo hosting quando viene abilitato ssl sul dominio.

Dovresti usare l'htaccess.txt di joomla rinominandolo in .htaccess ed inserendo le direttive che adesso hai nell'.htaccess del cpanel

Spero si capisca.

Ciao!
Non si risponde a PM tecnici. Postate sul forum. Grazie.

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Info alias
« Risposta #7 il: 12 Apr 2017, 18:23:44 »
Ciao Sergio Porcelli,
il tuo .htaccess è quello generato da cpanel del tuo hosting quando viene abilitato ssl sul dominio.

Dovresti usare l'htaccess.txt di joomla rinominandolo in .htaccess ed inserendo le direttive che adesso hai nell'.htaccess del cpanel

Spero si capisca.

Ciao!


Ho eseguito questo passaggio. Ho presto dal vecchio dominio altervista il file di joomla htaccess, ho inserito dentro rewrite engine tutto il codice dell'htaccess del cpanel e ho riuppato tutto rinominando il file .htaccess. Continuo ad avere lo stesso problema :/


(ho eseguito anche le istruzioni commentando con # e togliendolo quando necessario come indicato nel post di Red)




Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Info alias
« Risposta #8 il: 12 Apr 2017, 18:26:50 »
Il file .htaccess ora contiene questo codice:



##
# @package    Joomla
# @copyright  Copyright (C) 2005 - 2016 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 'Options +FollowSymLinks' may cause problems with some server configurations.
# It is required for the use of mod_rewrite, but it may have already been set by your
# server administrator in a way that disallows changing it in this .htaccess file.
# If using it causes your site to produce an error, comment it out (add # to the
# beginning of the line), reload your site in your browser and test your sef urls. If
# they work, then it has been set by your server administrator and you do not need to
# set it here.
##


## No directory listings
#IndexIgnore *


## Can be commented out if causes errors, see notes above.
#Options +FollowSymlinks
#Options -Indexes


## Mod_rewrite in use.


RewriteEngine On


RewriteOptions inherit
RewriteCond %{HTTP_HOST} ^ominobu\.it$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ominobu\.it$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^home$ "http\:\/\/www\.ominobu\.it\/" [R=301,L]
RewriteCond %{HTTP_HOST} ^ominobu\.it$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ominobu\.it$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^contatti$ "http\:\/\/www\.ominobu\.it\/index\.php\?option\=com_sppagebuilder\&view\=page\&id\=3\&Itemid\=111" [R=301,L]
RewriteCond %{HTTP_HOST} ^ominobu\.it$ [OR]
RewriteCond %{HTTP_HOST} ^www\.ominobu\.it$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
RewriteRule ^about$ "https\:\/\/www\.ominobu\.it\/index\.php\?option\=com_sppagebuilder\&view\=page\&id\=4\&Itemid\=110" [R=301,L]






## Begin - Rewrite rules to block out some common exploits.
# If you experience problems on your site then comment out the operations listed
# below by adding a # to the beginning of the line.
# This attempts to block the most common type of exploit `attempts` on Joomla!
#
# Block any script trying to base64_encode data within the URL.
RewriteCond %{QUERY_STRING} base64_encode[^(]*\([^)]*\) [OR]
# Block any script that includes a <script> tag in URL.
RewriteCond %{QUERY_STRING} (<|%3C)([^s]*s)+cript.*(>|%3E) [NC,OR]
# Block any script trying to set a PHP GLOBALS variable via URL.
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block 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 home page
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 the 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 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.


Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:Info alias
« Risposta #9 il: 12 Apr 2017, 18:30:43 »
Scusa ma è inutile che riporti un file che conosciamo tutti, allunghi solo il brodo inutilmente e poi quando posti del codice usa l'apposito tag e semmai riporta solo la parte interessata al problema o al suggerimento. Grazie.

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Info alias
« Risposta #10 il: 12 Apr 2017, 18:31:37 »
UPDATE:


Ora non si vede più l'intero link ma per esempio la pagina ' about ' o la stessa home o sono seguiti da ' index.php/home '


Tipo questo collegamento : https://www.ominobu.it/index.php/about


C'è index.php che andrebbe tolto per avere semplicemente www.ominobu.it/about , la stessa home rimane www.ominobu.it/index.php

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:Info alias
« Risposta #11 il: 12 Apr 2017, 18:36:39 »
Nelle impostazioni seo di joomla cosa hai messo?

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Info alias
« Risposta #12 il: 12 Apr 2017, 18:40:15 »
Nelle impostazioni seo di joomla cosa hai messo?


Avevo attivato soltanto ' Attiva URL SEF '


Ora ho attivato , leggendo da altre discussioni, anche ' Riscrivi URL SEF '  e ' Suffisso URL ' , e ora mi ritrovo il .html finale


Per esempio sezione About: www.ominobu.it/about.html


C'è modo di avere semplicemente   /about ?

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:Info alias
« Risposta #13 il: 12 Apr 2017, 18:41:53 »
Non attivare Suffisso URL

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Info alias
« Risposta #14 il: 12 Apr 2017, 18:46:27 »
Non attivare Suffisso URL


Ho risolto!
Anche disattivando suffisso URL mi riportava allo stato iniziale dove mi diceva tutto il nome index.php etc etc.
Questo perchè avevo attivo sul cPanel , quell'indirizzo di reindirizzamento corrispettivo al suffisso /about e /contatti!


Tutto risolto, grazie mille ancora una volta e scusate la poca praticità!


Buona giornata a tutti e grazie ancora

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:Info alias
« Risposta #15 il: 12 Apr 2017, 18:50:00 »
Ottimo, però adesso cortesemente metti il tag [Risolto] editando il titolo del primo messaggio.

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Info alias
« Risposta #16 il: 13 Apr 2017, 11:30:31 »
Ottimo, però adesso cortesemente metti il tag [Risolto] editando il titolo del primo messaggio.


Fatto, grazie ancora!

Offline marine

  • Moderator
  • Instancabile
  • *****
  • Post: 6314
  • Sesso: Maschio
    • Mostra profilo
Re:Info alias
« Risposta #17 il: 13 Apr 2017, 11:37:15 »

Fatto, grazie ancora!

Dove scusa?

Io non vedo il tag [RISOLTO] nel titolo del primo post

Offline Sergio Porcelli

  • Nuovo arrivato
  • *
  • Post: 34
    • Mostra profilo
Re:Info alias
« Risposta #18 il: 16 Apr 2017, 16:20:52 »
Non posso modificarlo, non so per quale motivo. Se lo riescono a fare i mod direttamente, vi dico grazie. Buona Pasqua a tutti!

Offline $Red

  • Moderator
  • Instancabile
  • *****
  • Post: 5351
  • "Bastard Inside"
    • Mostra profilo
Re:Info alias
« Risposta #19 il: 16 Apr 2017, 17:51:37 »
dopo un tot di tempo non è possibile farlo! aggiorno io ciao  :)

 



Web Design Bolzano Kreatif