Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Coppa WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Come eliminare /wordpress/ dall’URL del vostro sito WordPress

Quando si configura un sito web WordPress, a volte si crea per sbaglio il sito in una cartella chiamata “wordpress”. Questo può far apparire l’indirizzo del sito web in modo strano, con “/wordpress/” al centro. Invece di http://www.yoursite.com/, potrebbe apparire come http://www.yoursite.com/wordpress/.

Nel corso degli anni, molti dei nostri lettori ci hanno chiesto come risolvere questo problema. La presenza di /wordpress/ nell’indirizzo del sito web può sembrare poco professionale e confondere i visitatori.

In questo articolo vi mostrerò come rimuovere /wordpress/ dall’URL del vostro sito, rendendo l’indirizzo del vostro sito pulito e professionale e più facile da ricordare.

Removing /wordpress/ from your WordPress site url

Nota: il metodo illustrato in questa esercitazione funziona anche per altre sottodirectory.

Perché il mio sito web ha /wordpress/ nell’URL?

WordPress è abbastanza facile da installare e la maggior parte delle società di hosting WordPress offre installatori rapidi di WordPress nei loro pannelli di controllo.

Tuttavia, alcuni principianti che installano manualmente il proprio sito web WordPress possono finire per installarlo accidentalmente in una sottodirectory. Molto spesso, questa sottodirectory è denominata “wordpress”.

Di solito questo accade perché gli utenti finiscono per caricare la cartella wordpress che trovano all’interno del download ufficiale di WordPress.org.

Vediamo come risolvere facilmente questo problema e come eliminare /wordpress/ dall’URL del vostro sito. Verranno illustrati tre metodi e potete utilizzare questi link per passare a quello che desiderate utilizzare:

Metodo 1: Ricominciare semplicemente con una nuova installazione di WordPress

Se avete appena installato WordPress e non ci sono contenuti sul vostro sito web, potete ricominciare da capo.

È sufficiente cancellare l’installazione corrente e seguire le istruzioni del nostro tutorial sull’installazione di WordPress per reinstallare correttamente WordPress.

Se avete già aggiunto dei contenuti al vostro sito web, ci sono due modi semplici per rimuovere /wordpress/ dall’URL del vostro sito. Li illustreremo nei metodi 2 e 3.

Metodo 2: Cambiare l’indirizzo del sito WordPress

Se avete un sito WordPress consolidato, questo metodo è più semplice e veloce. Lo svantaggio di questo metodo è che i file multimediali, come le immagini, continueranno a utilizzare /wordpress/ nel loro URL.

Per prima cosa, è necessario accedere all’area di amministrazione di WordPress e andare su Impostazioni ” Generale. Noterete che i campi “Indirizzo WordPress” e “Indirizzo del sito” avranno entrambi lo stesso URL.

È necessario modificare l’opzione “Indirizzo del sito” e farla puntare al vostro dominio principale, ad esempio http://www.example.com e lasciare l’opzione “Indirizzo di WordPress” così com’è.

Una volta fatto ciò, fare clic sul pulsante “Salva modifiche” per memorizzare le impostazioni.

Change WordPress site address

Successivamente, è necessario collegarsi al proprio sito web utilizzando un client FTP. Una volta lì, andate nella directory /wordpress/ e scaricate i file .htaccess e index.php sul vostro computer.

Se non si riesce a individuare il file .htaccess, potrebbe essere necessario forzare il client FTP a mostrare i file nascosti. Se si utilizza Filezilla, è necessario fare clic su Server dalla barra dei menu e selezionare l’opzione “Forza la visualizzazione dei file nascosti”.

Show hidden files in your FTP client

Una volta scaricati entrambi i file sul computer, è necessario aprire il file index.php in un editor di testo come Notepad. In questo file, troverete una riga come questa:

require( dirname( __FILE__ ) . '/wp-blog-header.php' );

Questa riga carica il file wp-blog-header.php, necessario per caricare il sito WordPress.

Ora è necessario inserire la posizione corretta del file, sostituendo la riga esistente con questa:

require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );

Salvate le modifiche e caricate entrambi i file index.php e .htaccess dal vostro computer desktop alla root del vostro dominio usando l’FTP.

La cartella principale è la cartella madre con la cartella “wordpress” al suo interno e di solito si chiama /www/ o /public_html/.

Root directory with a separate WordPress folder inside it

Questo è tutto. Ora potete visitare il vostro sito web utilizzando il dominio principale e tutto funzionerà bene.

http://example.com

Tuttavia, se avete bisogno di accedere all’amministrazione di WordPress, dovrete comunque accedere a wp-admin all’interno della cartella ‘wordpress’, in questo modo:

http://www.example.com/wordpress/wp-admin

Metodo 3: Spostare WordPress nella directory principale

Questo metodo è più completo e sposta definitivamente il vostro sito WordPress dalla sottodirectory alla cartella principale del vostro sito web.

Passo 1: Creare un pacchetto Duplicatore

Per prima cosa, è necessario installare e attivare il plugin gratuito Duplicator sul proprio sito web. Per maggiori dettagli, consultate la nostra guida passo-passo su come installare un plugin di WordPress.

Nota: per questa esercitazione utilizzeremo la versione gratuita di Duplicator. Tuttavia, è possibile effettuare l’aggiornamento a Duplicator Pro per ottenere backup illimitati, backup programmati, importazioni con trascinamento e altro ancora.

Dopo l’attivazione, è necessario visitare la pagina Duplicator ” Backups e fare clic sul pulsante ‘Create New’.

Create new backup in Duplicator

In questo modo si avvierà la procedura guidata di Duplicator, che creerà un pacchetto di installazione del vostro sito web completo.

È possibile aggiungere un nome al backup e fare clic sul pulsante “Avanti” per continuare.

Name backup package

Successivamente, il plugin eseguirà alcune scansioni. Se tutto sembra a posto, è possibile fare clic sul pulsante “Build” in basso.

Build package

Duplicator creerà un pacchetto e chiederà di scaricarlo insieme allo script di installazione.

Scaricate entrambi i file sul vostro computer facendo clic sul pulsante “Scarica entrambi i file”.

Download both backup files

Passo 2: Creare un nuovo database per una nuova installazione di WordPress

È possibile utilizzare il database di WordPress esistente, ma è meglio crearne uno nuovo in modo che il vecchio database sia al sicuro e immutato. In questo modo, potrete tornare al vostro sito senza troppi problemi se qualcosa dovesse andare storto.

È necessario visitare la dashboard del cPanel del proprio account di hosting, scorrere verso il basso fino alla sezione “Database” e quindi fare clic sull’icona “Database MySQL”.

Database cPanel

Dopodiché, è sufficiente indicare un nome per il database.

Successivamente, si deve fare clic sul pulsante “Crea database”.

Create database

cPanel creerà un nuovo database per voi. Dopodiché, è necessario scorrere verso il basso fino alla sezione “Utenti MySQL”.

Da qui, è necessario fornire un nome utente e una password per il nuovo utente del database e fare clic sul pulsante “Crea un utente”.

Create MySQL user

Ora è necessario assegnare i permessi del database al nuovo utente.

Scorrere fino alla sezione “Aggiungi utente al database”. Selezionare l’utente del database creato dal menu a discesa accanto al campo “Utente”, quindi selezionare il database. Infine, fare clic sul pulsante “Aggiungi”.

Add user to database

Il nuovo database è ora pronto per essere utilizzato per la nuova installazione di WordPress.

Passo 3: Eseguire la procedura guidata del Duplicatore

Ora è necessario caricare il pacchetto di archivi di Duplicator e il file di installazione scaricato in precedenza nella directory principale del sito web.

Questa sarà la directory contenente la cartella/wordpress/.

Upload Duplicator files to the root folder of your website

Dopo aver caricato entrambi i file, aprire lo script di installazione in una finestra del browser. È necessario inserire l’URL principale del sito, preceduto da /installer.php.

https://example.com/installer.php

Si aprirà la procedura guidata di installazione di Duplicator.

Duplicator wizard

Selezionate la casella dei termini e delle condizioni e fate clic sul pulsante “Avanti” per continuare.

Successivamente, verrà richiesto di fornire le informazioni sul database. Inserite le informazioni relative al database creato in precedenza al punto 2.

Connect your database

Dopo aver inserito le informazioni sul database, fate clic sul pulsante “Avanti” per continuare. Duplicator scompatterà ora il backup del database di WordPress dall’archivio al nuovo database.

Successivamente, verrà chiesto di aggiornare l’URL e il percorso del sito. Non è necessario fare nulla in questo caso, poiché il sito rileverà automaticamente il nuovo URL e il nuovo percorso. Tuttavia, se non lo fa, è possibile inserire manualmente i dettagli.

New site settings

Duplicator terminerà la migrazione.

Sarà possibile fare clic sul pulsante “Admin Login” per accedere al sito web nella nuova posizione.

Migration finished

Passo 4: Impostare i reindirizzamenti da sottodirectory a cartella principale

Congratulazioni, avete spostato con successo il vostro sito WordPress dalla sottodirectory alla cartella principale.

Ora è il momento di impostare i reindirizzamenti in modo che gli utenti e i motori di ricerca possano trovare la nuova posizione del sito.

Per prima cosa, è necessario collegarsi al sito WordPress utilizzando un client FTP e cancellare la vecchia cartella /wordpress/.

Delete old wordpress subdirectory

Dopodiché, passate all’area di amministrazione del vostro sito WordPress. Poiché è stato spostato nella radice del sito, l’URL di amministrazione di WordPress sarà questo:

https://example.com/wp-admin

Ora è necessario installare e attivare il plugin Redirection. Per maggiori dettagli, consultate la nostra guida passo-passo su come installare un plugin di WordPress.

Dopo l’attivazione, è necessario visitare la pagina Strumenti ” Reindirizzamento. A questo punto il plugin mostrerà una configurazione guidata. È sufficiente fare clic sui pulsanti “Continua l’installazione” e “Termina l’installazione”.

Redirection setup

Successivamente, è necessario passare alla scheda “Reindirizzamenti” e aggiungere il nuovo reindirizzamento.

Innanzitutto, è necessario selezionare la casella “Regex” nell’angolo del primo campo.

Successivamente, passare al campo “URL di origine” e aggiungere https://example.com/wordpress/.*Poipassare al campo “URL di destinazione” e aggiungere https://example.com/$1.

Redirect subdirectory to root folder

Non dimenticate di sostituire “example.com” con il vostro nome di dominio. Quindi, assicurarsi di fare clic sul pulsante “Aggiungi reindirizzamento” per salvare le modifiche e il gioco è fatto.

Un altro strumento che potete utilizzare per reindirizzare post e pagine è All in One SEO (AIOSEO). Vi mostriamo come reindirizzare i visitatori che utilizzano vecchi URL contenenti /wordpress/ verso la nuova posizione del sito nella nostra guida per principianti su come effettuare reindirizzamenti completi del sito in WordPress.

Inoltre, è possibile attivare il monitoraggio degli errori 404 per individuare eventuali link non funzionanti, in modo da non perdere il posizionamento delle parole chiave.

D’ora in poi, tutti gli utenti che cercheranno di accedere al vostro sito web con /wordpress/ nell’URL saranno automaticamente reindirizzati ai post corretti con il vostro nuovo URL principale.

Guide di esperti sulla modifica degli URL in WordPress

Speriamo che questo articolo vi abbia aiutato a capire come eliminare /wordpress/ dall’URL del vostro sito WordPress. Potreste anche voler consultare altre guide relative alla modifica degli URL in WordPress:

Se questo articolo vi è piaciuto, iscrivetevi al nostro canale YouTube per le esercitazioni video su WordPress. Potete trovarci anche su Twitter e Facebook.

Divulgazione: I nostri contenuti sono sostenuti dai lettori. Ciò significa che se cliccate su alcuni dei nostri link, potremmo guadagnare una commissione. Vedi come WPBeginner è finanziato , perché è importante e come puoi sostenerci. Ecco il nostro processo editoriale .

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Il kit di strumenti WordPress definitivo

Ottenete l'accesso gratuito al nostro kit di strumenti - una raccolta di prodotti e risorse relative a WordPress che ogni professionista dovrebbe avere!

Reader Interactions

140 commentiLascia una risposta

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. JO

    Thank you so much for this – it worked and as a total WP novice I can’t believe I did it myself! You’re awesome

  3. Sandip

    Thanks so much for this. I did install WP into a subdirectory and then spent a week remaking the site so that it was installed in the root directory :( At least now I know better after reading your tutorial.

  4. Temitope

    Hello, Thanks for the tutorial, I’m pretty new to WordPress, I did a one click install and it was a multisite installation too. The website URL and domain URL fields are’nt available under settings. Please how do I go about this on a multisite???

  5. Rogue

    Wonderful tutorial, worked perfectly, thanks man

  6. Tobi

    Hi, great article, the first one I found which explains this topic in a good matter.
    I have a similar problem, but a little bit more tricky. I do not know how it happened, but certainly I have done something strange at the WP installation. If I check my homepage it is actually in another extra worpress folder, that means I have WP in another WP folder, so my homepage looks like this: “www.example.com/wordpress/wordpress”. in the filemanager in the frp client i can see in the public_html two folders of wordpress. I did not move yet the wordpress folder with the content one level up and actually eliminate the other folder, because I am worried that I will mass it up.
    Has anybody have an idea what would be the best solution? So I actually get the homepage opened under: “www.example.com” and not “www.example.com/wordpress/wordpress”?

    thanks for any good hint/solution.

  7. Brandi

    Thank you so much for this!! I did everything you said to do, and almost everything works. There’s just one page that stopped working and is returning a 404 error page. Can you help? Thanks!

  8. Krista Hagman

    I tried, but the space that says Website Address and site address does not exist in my General area in Settings.
    Is there another way to do it?

  9. Carolina

    I see that several have the same problem as me, but I can not see any response to the issue.

    That is that everything seems to work fine except for:
    the home-page which is still directing to site.com/wordpress and therefore shows a 404 page.
    I did try to delete the htaccess file from the root directory and update the url-structure. it created a new htaccess file but the problem still is the same..

    Would really appreciate your response to this!
    Thank you for a great post.

    • may

      My problem was from menu

      Try to check your URL from WP-admin —>>> appearance —>>> menu —>>> home —>>> custom link URL

  10. Anna Acenas

    hello
    how can i remove my blog Im not a the owner of a site can i still remove my blog even im not the owner.please help me

  11. John

    I have a question, is there something like this for Joomla? Because I couldn’t find anything on the internet.

  12. Amardeep gupta

    Hello,
    First of all thanks for this article. But there is one problem stand for me.
    As I followed your step as you mention so i got Index.php but didn’t find .htaccess file.
    But i did same mean
    change ‘/wp-blog-header.php’ to ‘/wordpress/wp-blog-header.php’
    but my home page only show without /wordpress and rest of pages will show 404- error.
    please help me to slove this problem.

  13. Ashok Kumar

    I have two domains in a single account. and so two wordpress installations in two subfolders. In this case, is it possible to move index.php and .htaccess of both sites to same root directory. If not what to do ?

    • Shady

      You can make use of vhost go in the conf of ur webhost and do something like:

      DocumentRoot D:/webserver/htdocs/domain1
      ServerName domain1.om
      ServerAlias www.domain1.com
      
      
      
      
      DocumentRoot D:/webserver/htdocs/domain2
      ServerName domain2.om
      ServerAlias www.domain2.com
      

      This will make the subfolder the root for the domain you want to

  14. Anna

    Gah! I followed the steps and it was fine. Then I went to permalinks, hit save changes and it broke! I’m getting a 500 error message! Please help me! I need to fix it! Thank you x

    • Shady

      Still have the same problem? I can help you :)

  15. shamsher khan

    HI, everyone, i have an urgent query that

    my client website a news website now we want to launch Hindi and Urdu version of news so
    we decided to create a folder in

    public_html/www.example.com/hi
    public_html/www.example.com/ur
    public_html/www.example.com/fr

    and install wordpress

    But we want our site url should be like this:

    http://www.example.com/hindi/article-title-slug
    http://www.example.com/urdu/article-title-slug

    is this possible and if yes then how can i do it plz help

    • WPBeginner Support

      It is possible. There are multiple ways to do this. You can consider creating a multilingual WordPress site. This will eliminate maintaining separate WordPress installs.

      You can also go installing multiple WordPress instances in separate directories for each language. You will have to setup redirects in .htaccess file.

      Admin

  16. Janaina Moraes

    You are great! Thanks so much for helping! =)

  17. Janaina Moraes

    Hello! Thanks for the tutorial, that’s exactly what I needed.
    However, when trying to follow the steps, I realised that I don’t have the index.php file in my /wordpress/ directory. Is that weird? I can see the .htaccess, but the index.php is not there!!!
    Can you help me please?
    Thank you so much!

    • Janaina Moraes

      Sorry, already found it! I’ll try the steps and get you update about the results! Thanks!!!!

  18. John Woodcock

    This worked but now the admin bar is not visible when navigating the site. One of the perks of WordPress is the ability to easily navigate and edit pages. How can I add the admin bar back to the site?

  19. Kerry

    This worked so well for me – thank you so much :)

  20. Guy Riems

    Hi,
    I executed al these steps and it works great except for my home-page.
    When accessing my home-page the /wordpress is still appended to the url, but the page is no longer found. All other pages are working fine.
    My first thought was to deactivate all plugins, but that didn’t help. No matter what I am doing, still getting that error.
    Any advice would be great !

    • WPBeginner Support

      You can try these steps:

      Connect to your website using an FTP client. In the root directory you will find a .htaccess file. Download it to your computer. Delete the original file from your website. Visit your site’s admin area and go to Settings » Permalinks. Do not change any settings on the page, just click on the save changes button. Check your website to see if the error has resolved.

      Admin

      • Not working

        HI, I have followed these instrucs to the letter, too….. the home page url still loads as example.com/wordpress and I get a 404 error. Subpages work just fine, it is the home page. Tried the above suggestions but still receiving 404 error. Any other suggestions?

      • Guy Riems

        Well, I finally found the issue why wordpress was still appended to the URL of my homepage only. In the document root there was a index.html containing a permanent redirect to
        mysite/wordpress. I am using Apache as webserver; the default search-order for Apache is index.html before index.php.

        • Karan

          Thank you so much for pointing out the Apache issue. I too have an index.html file. How did you fix your issue ?

  21. Kevin

    Thanks a lot for that! You saved me a lot of hassle!

  22. Margaret

    Thank you for all the great tutorials, they have been enormously helpful as a beginner to WP. On this one I have followed all the instructions to the letter but get a blank screen when making the changes. I have resorted to redirecting to /wordpress for the time being so that the site remains active. Any clues?

    • WPBeginner Support

      No clue, but you can try deactivating all plugins and switch to a default theme, then follow the instructions.

      Admin

    • daniel

      Hi, Dear.
      I installed wordpress using install.exe and the wordpress directory exist under the C:/xampp/apps/.
      I uploaded the source to host server.
      I uploaded my source under domainanme_dir/wordpress.
      Now I want to enter my web site using “domainname/wordpress”.
      So I followed your instructions to get rid of wordpress.
      But When I did, I saw only blank page.
      How can I solve this?

  23. Amanda

    Thanks so much for the thorough details. Worked well, but only the second time after some investigating of the problem. My root directory had /wp not /wordpress so I had to edit the index.php file with ….
    require( dirname( __FILE__ ) . ‘/wp/wp-blog-header.php’ ); instead of
    require( dirname( __FILE__ ) . ‘/wordpress/wp-blog-header.php’ );

    Many thanks.

    • gemma

      thanks Amanda- went through the whole process like you did with no joy, until i saw your comment- all fixed!

  24. Daisy

    Hi, how do i add subfolders for the menus in my site. i want my menus eg the menu SHOP to have example.com/Shop as its address

    • WPBeginner Support

      WordPress does not have subfolders. It does have parent and child pages. For example, your shop page can have address like example.com/shop and it can have a child page like example.com/shop/clothing. You can also add child items to any item in the navigation menu regardless of its content type. See our tutorial on how to add navigation menus in WordPress.

      Admin

  25. Sakariyau Bolaji Abass

    Thanks admin……but one more thing,and it’s that; i am a free wordpress user meaning that my url still has .wordpress.com but trying to remove it as thought could not be done as the boxes to change the url were not included. Help me out please.
    NIGERIA

  26. Meghan

    Great tutorial! Saved me a lot of time. Thank you.

  27. Fabio

    Em… I think I broke something by following this tutorial…
    Last night I did th exact steps in this article and it worked – my WP page was no longer under /wordpress but in myname.com. However when I tried to login and access my dashboard this morning I got a database error saying “Error establishing a database connection”. Now I’m desperate.
    What did I do? I’ve just downloaded the htcaccess and the index.php file and edited them as you showed. To fix the problem I also tried to re-download the files, roll them back as they were (I re-set the index file to wp-blog-header) and upload them but with no luck.
    Anyone can help me understanding what I could have done?

  28. noushin joudzadeh

    wow it was great. thanx a lot. you saved me

  29. IT PETE

    For those of you still suffering problems when you do this, don’t forget after making the changes and uploading the files back to the web server, to log into the admin area, go to “Settings” then “Permalinks” and simply hit “Save Changes” to update your Permalink Structure.

  30. Cer3bel

    if i have a hosting acount and 5 folders with wordpress instalation inside and i have:
    how i remove from all site the subfolder from url

  31. Luciano

    Please, help me. I’m in trouble.

    I did this procedure, step by step. I’m sure I did it as you suggest.

    Everything works… but the home page still points to my /wp subfolder.. so I get 404 error.

    I’m going mad. Two days trying to solve this.. but no success.

  32. Vivek Padhye

    Hi, I dont want to redirect /blog/ to root. I want to access my static pages in root and use wordpress only as a blog. But I need xml sitemaps to show every pages from static pages in root to dynamic in /blog folder. Is there any way i can achieve this.?

  33. LisaT

    my general settings only shows the site title and tagline. do not have the wordpress address or site address :( do I need to upgrade to see it??

  34. Birgitta

    Great article, thank you. I have one question. I have done the above steps, but when I use 301-plugins they will add ‘wp’ into the url. How can I prevent this?

  35. Neil

    my settings general page has no boxes for web addresses?!

  36. pumpkinpie

    I don’t know what I am doing wrong. This is so confusing.

  37. pumpkinpie

    This didn’t work for me

  38. Umer Iftikhar

    Good Tutorial! I am facing this step first time as I installed my client’s website in a sub directory. Followed method. Thanks.

  39. WPBeginner Staff

    Deactivate all plugins on your site, and see if this solves your issue. Report back if it doesn’t and we can troubleshoot.

  40. Monica

    Thanks so much for a great post. I hope there is still support for this even though it is about 2 months old!

    I do have one question. On my main wordpress parallax page there is no /wordpress. However, I created a new page (for a form submission) and the menu nav bar changes the link location once that new page is open.

    Normally since it is a one page parallax on the main home page it works fine, but once you go to the new page, all the buttons on the nav bar change and have a /wordpress/ gets added in between the address (and results in a 404 page error). For example http://www.texample.com/wordpres/blog. But on the main home page when you click on blog the address is http://www.example.com/blog. I made the changes mentioned above, but still can’t seem to solve the problem. What are your thoughts? Thank you in advance!

  41. eoms

    So what am I supposed to change in the htaccess file?

    • leo

      Just nothing. You download index.php and .htaccess files from to Wordpress installation folder. You make the correction only to the index.html file. Then you upload both files to the root folder of your site. Done.

  42. Susanna Perkins

    For me this is just part of a normal WordPress install. I find it tidier to install wordpress in a subdirectory. I know others who do so as well. There’s nothing “accidental” about it.

    • Mitch

      I agree Susanna! I purposefully always install Wordpress to a subfolder. Keeps it cleaner that way. Especially when designing websites that are NOT Wordpress driven, but Wordpress is used for a only for a blog or some other specific purpose.

  43. Agustin

    Thanks for the post it works Really good!!

    I change it on my site http://filmarte.ec/wordpress/ to http://filmarte.ec/ it did work well, but i had problems with the translation pluguin that i installed WPML plugin to translate my site to english.

    The problem is with the plungin becouse when i change my site to the root folder and click to the translation flag it goes to the url “http://filmarte.ec/en/” but it doesnt load the translation, so i have to get back and when it loads to “http://filmarte.ec/wordpress/en/” it loads the tranlated site well

    Please if you could give me any guide or help?

    Thanks
    Best regards

    • WPBeginner Support

      Please contact the plugin authors and let them know that you have WordPress installed in a subdirectory. They will be able to tell you how to fix this.

      Admin

      • Agustin

        Thanks a lot i will!! by the way thanks for the reply

  44. Rags Hopkins

    Thanks so much for this. I did install WP into a subdirectory and then spent a week remaking the site so that it was installed in the root directory :( At least now I know better after reading your tutorial.

  45. Mehedi Hasan

    Very useful blog.Thanks for sharing.I like it!

  46. Steven Boocock

    Thanks for the tutorial. I have tried to force the .HTACCESS file from filezilla but it will not show up.

    It is a new installation. When I change the mysite.com/wordpress to mysite.com and view my site it takes me to my server home page.

    do I have to change any of the permalink structures to create the HTACCESS file.
    This issue has been a bug bear for some time now I only want people to search for stevenboocock.com

    Ta Steven

    • WPBeginner Support

      If you just installed WordPress then it is possible that there is no .htaccess file to show. WordPress only generates .htaccess file when you are using pretty permalinks.

      Admin

      • m07

        If this is the case, then what other files do I need to transfer aside from the index.php?

  47. Brett

    FYI- this worked great in terms of moving everything to the root, BUT it can cause many problems with plugins… as it did for me. I had to immediately switch back due to this.

    • WPBeginner Support

      Nope, it will not cause any problems with your plugins. Any issues you may have faced could have been unrelated to these settings.

      Admin

  48. Dan Carr

    Great article!

    I have a question though… If people wanted to visit my blog index page then previously they would have had to go to http://www.mydomain.com/wordpress . If this change was made as described in the article, would people now have to visit http://www.mydomain.com to see the blogs same front page?

    Would this change all the post URL from mydomain.com/wordpress/my_post to mydomain.com/my_post ?

    • WPBeginner Support

      Yes, people will be able to read your blog on the root of your domain. Yes, it will take care of Post URLs and will redirect users to correct posts on the root domain.

      Admin

      • faith

        Hi there –

        Thanks for the easy to understand article! My only problem is that though I no longer have /wordpress at the end of my domain name, all my links still go to http://www.domain.com/wordpress/link. How do I redirect all these links to get rid of the /wordpress?

  49. Mindy

    Does this mean I do not have to buy the .com from some place like godaddy? I can have a .com just by removing the word, wordpress?

    • WPBeginner Support

      If your site is already on an address like this: http://www.example.com/wordpress, then you do not need to register another domain name you can just get rid of the wordpress and your site will be available to your readers on the main domain. i.e. http://www.example.com

      Admin

      • Ujjwal

        Greats this works. But the problem occurs when I am trying to install Yoast plugin. When I make the changes as described above, plugin does not get installed. Please suggest.

Lascia una risposta

Grazie per aver scelto di lasciare un commento. Tenga presente che tutti i commenti sono moderati in base alle nostre politica dei commenti e il suo indirizzo e-mail NON sarà pubblicato. Si prega di NON utilizzare parole chiave nel campo del nome. Avremo una conversazione personale e significativa.