Back to top

Autore Topic: [RISOLTO] Rimuovere index.php da URL  (Letto 3637 volte)

Offline Zigmund

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
[RISOLTO] Rimuovere index.php da URL
« il: 26 Mag 2014, 23:15:49 »
Ciao a tutti, sul mio sito (realizzato in Joomla 2.5 e hostato su *******) vorrei rimuovere la scritta "index.php" dagli URL ovvero attualmente in tutti gli url è presente "index.php" quindi tutte le pagine sono visualizzate in questo modo per esempio http://www.miosito.it/index.php/contatti mentre io vorrei che l'url fosse per esempio http://www.miosito.it/contatti.
Ho seguito diverse guide online ma non riesco a rendere possibile questa modifica.
Ho seguito questi passaggi:
- Ho attivato, nelle Configurazioni Globali di Joomla, RISCRIVI URL SEF
- Ho rinominato il file .htaccess.txt (che si trova nella cartella htdocs dove è installato Joomla) in .htaccess
- Ho provato a commentare (con #) la voce Options +FollowSymLinks all'interno del file .htaccess


Effettuando queste operazioni la Home Page risulta raggiungibile mentre TUTTE le altre pagine risultano irraggiungibili dando l'errore 404.
Come posso risolvere?
Tutti i file e le cartelle del sito, ed il file .htaccess, si trovano all'interno della cartella htdocs.
Copio il contenuto del file .htaccess così come l'avevo modificato.
Grazie a chiunque possa aiutarmi


Codice: [Seleziona]
##
# @package        Joomla
# @copyright    Copyright (C) 2005 - 2014 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: 27 Mag 2014, 16:59:18 da Zigmund »

Offline giusebos

  • Fuori controllo
  • *
  • Post: 21748
  • Sesso: Maschio
  • Giuseppe Serbelloni Mazzanti Viendalmare
    • Mostra profilo
Re:Rimuovere index.php da URL
« Risposta #1 il: 26 Mag 2014, 23:43:04 »
sbagli qui
Citazione
Ho rinominato il file .htaccess.txt


il file htaccess.txt viene rinominato in .htaccess
su www.icagenda.it guide e tutorial con esempi di chronoforms e chronoconnectivity

Offline Zigmund

  • Nuovo arrivato
  • *
  • Post: 13
    • Mostra profilo
Re:Rimuovere index.php da URL
« Risposta #2 il: 27 Mag 2014, 16:10:51 »
sbagli qui

il file htaccess.txt viene rinominato in .htaccess


Diciamo che più o meno hai centrato il problema.
Praticamente quando ho modificato il file la prima volta non so perchè ma l'ho modificato in locale e non direttamente tramite Client FTP.
Quando l'ho rinominato da htaccess.txt a .htaccess Windows mi ha eliminato il punto iniziale e ha salvato il file solo come htaccess ed io non me ne sono accorto fino a stanotte.
Mannaggia quanto ci sono impazzito per una fesseria. Poi quando si è convinti di aver fatto tutto bene (perchè si è fatto quel procedimento mille volte) si diventa proprio pazzi.
Vabbè grazie comunque.

Offline giusebos

  • Fuori controllo
  • *
  • Post: 21748
  • Sesso: Maschio
  • Giuseppe Serbelloni Mazzanti Viendalmare
    • Mostra profilo
Re:Rimuovere index.php da URL
« Risposta #3 il: 27 Mag 2014, 16:44:51 »
bene, è il momento di inserire [risolto]
su www.icagenda.it guide e tutorial con esempi di chronoforms e chronoconnectivity

 



Web Design Bolzano Kreatif