rimuovere "index.php" dai permalink
-
-
stai usando apacheed è abilitatomod_rewrite?questa èprobabilmente una domandaperiltuo hostparticolare.are you using apache and is mod_rewrite enabled? this is probably a question for your particular host.
- 0
- 2013-07-09
- Milo
-
Nonne hoidea.Sto solo usando un servizio di web hosting.i have no idea. i am just using a web hosting service.
- 0
- 2013-07-09
- pulla
-
devo disabilitareper rimuovere "index.php"?should I disable to remove "index.php"?
- 0
- 2013-07-09
- pulla
-
@pulla Haibisogno di saperne dipiù sultuo servizio di web hostinge su qualetipo di configurazionefunziona.@pulla You need to find out more about your web hosting service and what sort of configuration it runs on.
- 0
- 2013-07-09
- Otto
-
2 risposta
- voti
-
- 2013-07-09
Vai altuo WP-ADMIN -> Impostazioni -> Permalinke usa lamodifica della struttura delpermalink lì,segenera unfile
.htaccess
copiail contenutoe aggiornailtuo.htaccess
file.Oppure controlla seiltuo hosting
mod_rewrite
è abilitato creando unfilephpinfo.php
con contenuto,<?php phpinfo();?>
Carica questofilee navigatramiteilbrowser.Quindi sai qualimoduli sono abilitati.Ènecessario abilitaremod_rewriteper rimuovere
index.php
dall'URL.Maggiori dettagli Controlla questo link
Go to your WP-ADMIN-->Settings-->Permalink and use the permalink structure change there, if it generate any
.htaccess
file copy the content and update your.htaccess
file.Or Check if your hosting
mod_rewrite
is enable by creating a filephpinfo.php
with content,<?php phpinfo();?>
Upload this file and browse via Browser. So you know which modules are enabled. You need mod_rewrite enable to remove
index.php
from URL.More details Check this link
-
Grazieper latua risposta.Hoprovatomanon so chenonfunzioni davvero.potrebbeessereilproblema dell'hosting.Ho rimossotuttoe installato.niente è cambiato.Thanks for your answer. I have tried but I don't know it's not really working. it could be the hosting problem. I removed all and installed. nothing has be changed.
- 0
- 2013-08-11
- pulla
-
Affrontare lo stessoproblema. La rimozione diindex.phpin permalink sotto wordpress dà l'errore "L'URL richiesto/wordpress/test-page/non è statotrovato su questo server."Facing the same issue. Removing index.php in under wordpress permalink give error "The requested URL /wordpress/test-page/ was not found on this server."
- 2
- 2016-06-24
- Muhammad Azeem
-
- 2016-07-31
Si è verificatoesattamente lo stessoproblema.Manelmio caso
mod_rewrite
non è statoinstallato affattoper Apache.L'ho appenainstallato consudo a2enmod rewrite
e poi ho cambiato lemie
Permalink Settings
.Hafunzionato come unfascino.Spero che aiuti.
Had exactly same issue. But in my case
mod_rewrite
was not installed at all for apache. I just installed it withsudo a2enmod rewrite
and then changed my
Permalink Settings
. Worked like a charm.Hope it helps.
Sto cercando ditrovare una soluzione.manonposso ..
i miei link sonotutti
domain.com/index.php/post_name/
Voglio davvero rimuovere
/index.php
Ho cercatoe trovato alcuni ... dicendo che devo aggiungerli ...manonfunziona ..
Sto usando 3.5.2 wp.
Perfavorefatemi sapere sene sapete qualcosa.