Back to top

Autore Topic: [J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo  (Letto 15038 volte)

Offline Alhazred

  • Appassionato
  • ***
  • Post: 289
    • Mostra profilo
Premetto che sto usando il modulo nativo di Joomla, non uso xxxxx

Ho attivato l'opzione Attiva URL SEF e nei link resta sempre /index.php/

Se provo ad attivare anche Riscrivi URL SEF e attivo il file .htaccess (lasciando le impostazioni standard) non funzionano più i link.

Come posso togliere la parte /index.php/ ?

Edit : rimosso riferimento componente commerciale
« Ultima modifica: 29 Set 2011, 14:14:56 da tomtomeight »

Offline taolo

  • Global Moderator
  • Instancabile
  • *****
  • Post: 3651
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #1 il: 30 Set 2011, 17:54:14 »
Devi sistemare il .htaccess
Ogni tanto passo da Joomla Blog! Un blog su Joomla

Offline Manna

  • Esploratore
  • **
  • Post: 62
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #2 il: 08 Ott 2011, 16:00:45 »
Anch'io ho lo stesso problema.

Dopo aver seguito esattamente la guida

le mie pagine mi danno il segnale di errore
Server Error  -  404 - File or directory not found.Ho apportato le seguenti modifiche come viene suggerito dalla guida rinominando il mio file htaccess.txt in .htaccess e modificando la ventesima riga  con

# Options +FollowSymLinks


Il mio file .htaccess è il seguente

Codice: [Seleziona]
### @version        $Id: htaccess.txt 21101 2011-04-07
15:47:33Z dextercowley $# @package        Joomla# @copyright
   Copyright (C) 2005 - 2011 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 homepageRewriteRule .* 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 scriptRewriteCond %{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
extensionsRewriteCond %{REQUEST_URI}
/component/|(/[^.]*|\.(php|html?|feed|pdf|vcf|raw))$ [NC]# and the requested
path and file doesn't directly match a physical fileRewriteCond
%{REQUEST_FILENAME} !-f# and the requested path and file doesn't directly match
a physical folderRewriteCond %{REQUEST_FILENAME} !-d# internally rewrite the
request to the index.php scriptRewriteRule .* index.php [L]### End - Joomla!
core SEF Section.
Cè qualche modifica in piu che devo apportare?Grazie per il vostro supporto
Tommaso
« Ultima modifica: 09 Ott 2011, 00:09:08 da tomtomeight »

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #3 il: 09 Ott 2011, 00:12:36 »
Ciao
Quando inserite codice, per cortesia, evitate di formattarlo ed usate il tag # , Ho cercato di aggiustarlo ma resta lo stesso illeggibile perche lo hai messo tutto attaccato, il codice deve rispecchiare la numerazione delle linee altrimenti resta illeggibile e comprensibile con inutile sforzo  supplementare, il che scoraggia un eventuale aiuto.

Offline Manna

  • Esploratore
  • **
  • Post: 62
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #4 il: 09 Ott 2011, 13:00:06 »
Ecco ora ricopiato il codice e dovrebbe essere leggibile, aggiungo un dettaglio in piu il server del mio cliente è Microsoft IIS 7.0
 siccome il sistema suggerisce per chi si appoggia su questo tipo di  server , di rinominare il web.config.txt in web.config, ho apportato tale modifica ma si verifica sempre lo stesso errore Server Error - 404 - File or directory not found.
 Il mio Hosting provider mi ha appunto risposto che supportano  ISAPI Rewrite v3 il quale usa il .htaccess file e le regole e la struttura come mod_rewrite.
Questo il mio codice .htaccess


Codice: [Seleziona]
##
# @version      $Id: htaccess.txt 21101
2011-04-07 15:47:33Z dextercowley $
#
@package      Joomla
#
@copyright   Copyright (C) 2005 - 2011 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.
« Ultima modifica: 09 Ott 2011, 13:55:43 da tomtomeight »

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #5 il: 09 Ott 2011, 13:57:05 »
Ti sei dimenticato il tag #, serve anche un link al sito.

Offline Manna

  • Esploratore
  • **
  • Post: 62
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #6 il: 09 Ott 2011, 14:55:39 »
Il sito mio in questione è

http://www.birkancan.com/ al momento ho settato nella configurazione Riscrivi URL SEF no quindi le pagine sono visitabiliDove mi sarei dimenticato il tag#?

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #7 il: 09 Ott 2011, 15:01:39 »
Quando aggiungi post con codice devi taggarlo col #, come vedi adesso il tuo codice che hai inserito prima

Offline Manna

  • Esploratore
  • **
  • Post: 62
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #8 il: 09 Ott 2011, 15:09:37 »
quindi è tutto a posto?

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #9 il: 09 Ott 2011, 15:14:21 »
Non capisci,  il mio intervento non e' stato in risposta al tuo problema ma relativo al corretto utilizzo del forum.

Offline Manna

  • Esploratore
  • **
  • Post: 62
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #10 il: 09 Ott 2011, 15:22:38 »
Ho capito, grazie per questi chiarimenti per il corretto uso del Forum, ma a me quello che preme ora  è venire a capo del mio problema.

Offline tomtomeight

  • Global Moderator
  • Fuori controllo
  • ********
  • Post: 32046
  • Sesso: Maschio
  • Gli automatismi aiutano ma non insegnano nulla.
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #11 il: 09 Ott 2011, 15:25:26 »
Appunto una corretta esposizione del problema ti aiutera' certamente di più.

Offline Manna

  • Esploratore
  • **
  • Post: 62
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #12 il: 13 Ott 2011, 11:38:07 »
Ho visto  ;)

Problema  comunque risolto sul Forum Joomla.org

Offline m.davide82

  • Global Moderator
  • Abituale
  • ********
  • Post: 1546
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #13 il: 14 Ott 2011, 19:40:36 »
Problema  comunque risolto sul Forum Joomla.org


Ottimo, magari condividi la tua esperienza in modo da poter aiutare chi potrà avere lo stesso problema in futuro.

Offline Manna

  • Esploratore
  • **
  • Post: 62
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #14 il: 14 Ott 2011, 22:23:44 »
La mia soluzione è stata quella di abilitare nel  control panel del mio hosting il Rewrite support per il mio dominio.

Ho dovuto abilitarlo se volevo utilizzare il rewrite attraverso il file .htaccess

Spero sia utile anche per voi.

 

Offline m.davide82

  • Global Moderator
  • Abituale
  • ********
  • Post: 1546
  • Sesso: Maschio
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #15 il: 15 Ott 2011, 17:49:33 »
Ovvio!  ;)

Offline simonetravaglini

  • Nuovo arrivato
  • *
  • Post: 20
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #16 il: 09 Set 2013, 10:43:07 »
Buongiorno a tutti!
Ho installato (in verità trasferito da altro server) j2.5 e rinominato il file htaccess.txt in .htacces, ma quando seleziono e salvo l'opzione "riscrivi url sef" ottengo:Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

Il codice del file .htacces è:
Codice: [Seleziona]
##
# @package Joomla
# @copyright Copyright (C) 2005 - 2013 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.


Offline $Red

  • Team Joomla.it
  • Instancabile
  • *******
  • Post: 5351
  • "Bastard Inside"
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #17 il: 09 Set 2013, 11:03:15 »
ciao, fai quello che c'è scritto qui

Offline simonetravaglini

  • Nuovo arrivato
  • *
  • Post: 20
    • Mostra profilo
Re:[J!1.7] Attivare SEO ed eliminare index.php dall'indirizzo
« Risposta #18 il: 09 Set 2013, 11:12:56 »
Risolto grazie mille!

 



Web Design Bolzano Kreatif