Pagina in fase di traduzione e/o adattamento

Pagina da rivedere e/o aggiornare

Pagina da adattare al wiki (aspetto e convenzioni grafiche)

<< FAQ Generali | Main.FAQ | FAQ Avanzate ? >>

FAQ Installazione

Back to FAQ

On this page... (hide)

  1. 1.  Installazione
    1. 1.1 Come si installa WordPress?
    2. 1.2 Che cos'è l'Installazione Rapida?
    3. 1.3 Come posso trovare un buon hosting per il mio blog WordPress?
    4. 1.4 Come posso installare usando CPanel / CPanel X?
    5. 1.5 Come si configura il file wp-config.php?
    6. 1.6 Quali sono i requisiti per installare WordPress?
    7. 1.7 Come faccio ad avere WordPress in italiano?
    8. 1.8 Ho bisogno di un database?
    9. 1.9 What is the 403 error I get when trying to see my site?
    10. 1.10 Can I rename the WordPress folder?
    11. 1.11 How can I reset my password?
    12. 1.12 Why is my upload directory "C:apachehtdocswordpress"?
    13. 1.13 Can I install WordPress on Windows 2000?
  2. 2. Advanced Installation
    1. 2.1 How do I install WordPress with the files in different directories?
    2. 2.2 How can I hide my blog from people?
    3. 2.3 How can I solve login problems?
  3. 3. FTP
    1. 3.1 How do I FTP?
    2. 3.2 How do I use Filezilla?
    3. 3.3 How do I upload the files and folders?
    4. 3.4 How do I CHMOD files?
  4. 4. MySQL
    1. 4.1 Do I really need MySQL?
    2. 4.2 Can I use a database other than MySQL?
    3. 4.3 Why does WordPress use MySQL?
  5. 5.  PHP
    1. 5.1 What is phpMyAdmin?
    2. 5.2 Do I need to know PHP to use WordPress?
    3. 5.3 Will WordPress run in PHP Safe Mode?
    4. 5.4 Do I really need PHP?
    5. 5.5 How do I find out which version of PHP I have?
  6. 6.  Importing
    1. 6.1 How can I import posts from my current weblog which uses a different blogging tool?
    2. 6.2 How do I import from b2?
    3. 6.3 How do I import from Movable Type MT?
    4. 6.4 How do I import from Blogger?
    5. 6.5 How do I import from Text Pattern?
    6. 6.6 How do I import from a generic RSS Feed?
    7. 6.7 How do I import from other blogging software?
  7. 7. Upgrading
    1. 7.1 What version of WordPress do I have?
    2. 7.2 What should I do when I want to upgrade WordPress to the latest version?
    3. 7.3 How do I back up my database?
    4. 7.4 How do I restore my database?

1.  Installazione

1.1  Come si installa WordPress?

Vedi qui:

1.2  Che cos'è l'Installazione Rapida?

Vedi qui:

1.3  Come posso trovare un buon hosting per il mio blog WordPress?

Vedi qui:

1.4  Come posso installare usando CPanel / CPanel X?

Vedi qui:

1.5  Come si configura il file wp-config.php?

Vedi qui:

1.6  Quali sono i requisiti per installare WordPress?

Vedi qui:

1.7  Come faccio ad avere WordPress in italiano?

Vedi qui:

1.8  Ho bisogno di un database?

WordPressrequires access to a MySQL database database to store information. So you need a database.

You can create a new database if:

  1. You have not already created one on the server
  2. Your generous host offers you more than one database, and you wish to have a separate database for the blog you are setting up.

It is not essential to create a new database for each WordPress installation.

  • If you are using the same database for multiple WordPress installations, take care to edit the wp-config.php file ensuring that each installation has a unique database prefix.
  • If you are setting up a new database for a new blog, edit wp-config.php, and be sure to get the database name, and other details correct.

See also:

1.9  What is the 403 error I get when trying to see my site?

Symptoms: You cannot seem to login after using the right username and password, into your admin account. You get an error message like:

  You are not authorized to view this page
You might not have permission to view this
  directory or page using the credentials you 
  supplied. If you believe you should be able 
  to view this directory or page, please try 
  to contact the Web site by using any e-mail 
  address or phone number that may be listed 
  on the personal.fredsmith.com home page. 
  You can click Search to look for information
  on the Internet. HTTP Error 403 - Forbidden''

Solution: If your account is hosted on a Windows server, it could be a problem with the Directory Indexes. The default configuration of the server is to load index.htm, index.html, default.htm, default.html, default.asp files.

Wordpress is done in PHP so the default page is index.php. Now, this is not part of the default configuration so we need to add it. To do this, you need to click on Web Options in the Control Panel. Then scroll down to the Directory Indexes section to add index.php to the Directory Indexes.

If necessary, contact your web host for support in this matter.

1.10  Can I rename the WordPress folder?

If you have not already installed WordPress, you can rename the folder with the WordPress files, before, or even after uploading the files.

If you have already installed WordPress, and you want to rename the folder, login to the weblog as the administrator and change the following settings in Options ? > General ?:

  • WordPress address (URI):
  • Blog address (URI):

Once you have done this, you can rename the directory or folder with the WordPress files in it.

See also:

1.11  How can I reset my password?

See also:

1.12  Why is my upload directory "C:apachehtdocswordpress"?

When you specified the upload path, you used backslashes.

Use forward slashes "/" to specify the path to the directory.

1.13  Can I install WordPress on Windows 2000?

Do NOT use MySQL database version 4.1.7 if you are trying to get WordPress installed using a Windows platform. Read this post originally made to the forums:

"To all those having problems installing WordPress on your own Windows 2000 (and other Win OS versions) workstation - and maybe some host servers, too: Do not use MySQL 4.1.7 - it is the problem if you get "Error establishing a database connection!". It does not seem compatible with the other components. Use MYSQL 4.0.22 instead.

Thanks to the Reply by ADAMANT in response to the POST of Nov 6, 2004 02:21:29 by ANTOINE, the WordPress installation really did become only 5 minutes, after two days of frustration:

I started with Windows 2000, PHP 4.3.9, Apache 1.3.33 and MySQL 4.1.7. I spent two days checking my wp-config.php literally 100 times; making changes; troubleshooting my database, using every known name for my host (localhost, 127.0.0.1, <IP address>, computer name, etc...) to no avail. I kept getting:

"Error establishing a database connection!" ...

I knew it wasn't my config. So thanks to ADAMANT's suggestion, I uninstalled MySQL 4.1.7 and downloaded and installed MySQL 4.0.22 from mysql.org. After installing and configuring the new (old) MySQL, which took approximately 7 minutes (very easy), I ran the install.php once again and YES!! it actually took less than 5 minutes for the Wordpress install.<br /><br /> NOTE: the Apache web site says NOT to use Apache 2 in production. So, after all my wasted time with the latest MySQL, I suggest the following to those who can control their environment: PHP 4.3.9, Apache 1.3.33 and MySQL 4.0.22. On Windows at least, they all work well together."

Steven

UPDATE: MySQL 4.1.7 uses a new password encryption system that is incompatible with prior methods. If you want to get WordPress working with a 4.1.7 database, you need to make sure your user password is set as an old-style password (password-old instead of password, if you're using mysqladmin). -- Nabil

Note: The above are actual user comments, and may be subjective in their content. It is hoped that it will be of help to some users who face the specific problems that are addressed by this question.

2.  Advanced Installation

2.1  How do I install WordPress with the files in different directories?

This also answers the questions:

  • How can I have my blog in one folder but my index at root?
  • How can I have people see my blog at www.example.com but keep all the files in www.example.com/wordpress?
  • How do I install WordPress in a different directory than where the index.php resides?

See also:

2.2  How can I hide my blog from people?

Whether you are testing a new version of WordPress, setting up a new blog or have some other reason to limit access, the following information may help you keep unwanted visitors out.

Apache

There is no guaranteed way to do this. You can use the .htaccess file (which also contains your permalink code) to check for certain IP addresses and prevent them from viewing your site. This will only stop the IP address, not the person, so if they have access to an allowed IP address, they can get to your page. One tutorial for this is located at Clockwatchers.com

An .htaccess file can also be used to prevent others from "hot-linking" to your images (bandwidth theft) or to set up a password protected blog.

Apache Basic Authentication

To require a password to access your site using .htaccess and .htpasswd: Clockwatchers.com .htpasswd.

Tools that help you create the files necessary to password protect your site: Clockwatchers.com .htaccess And .htpasswd Tools

Note: When your site is accessed the password is encoded weakly using Base64 and can be easily intercepted and decoded.

Windows IIS Basic Authentication

To require a password if your site is hosted on IIS, you can deselect Allow Anonymous Access and select Basic Authentication. You'll also need to have a username with a password.

Note: When your site is accessed the password is encoded weakly using Base64 and can be easily intercepted and decoded.

See also:

Search Engines: Spiders and Bots

Search Engines will index your site and cache your content. If you do not want this to happen, use a file called robots.txt. More details can be found at SearchEngineWorld.com

2.3  How can I solve login problems?

See also:

3.  FTP

3.1  How do I FTP?

See also:

3.2  How do I use Filezilla?

See also:

3.3  How do I upload the files and folders?

See also:

3.4  How do I CHMOD files?

See also:

4.  MySQL

4.1  Do I really need MySQL?

You certainly need MySQL (version 3.23.23 or newer) to power your WordPress blog. MySQL is a relational database, and WordPress works only with MySQL.

4.2  Can I use a database other than MySQL?

Other databases are not supported at the moment.

There are several other excellent database storage engines, such as PostgreSQL and SQLite that WordPress is interested in supporting in the future. Suppporting multiple databases is trickier than it sounds and is not under active development, although there are plenty of architectural discussions about the best approach to take. Approaches for increasing the number of supported databases are discussed at Using Alternative Databases ?. There is a PostgreSQL port of WordPress available called WordPress-Pg.

4.3  Why does WordPress use MySQL?

MySQL is extremely fast. It is also the most widely available database server in the world. Open-source and free, MySQL is supported by thousands of low-cost Linux (and Windows!) hosts, which means a very low barrier to entry for anyone wanting to start a WordPress (or database-driven) website. MySQL's documentation is useful, cogent and thorough. (Note: it may be intimidating if you are new to all this.) Add to all that the fact that users are able to directly manipulate MySQL with phpMyAdmin ?, developed expressly for that purpose, and it is obvious that MySQL is the best choice. Of course, WordPress insists on the best.

5.  PHP

5.1  What is phpMyAdmin?

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web.

See also:

5.2  Do I need to know PHP to use WordPress?

No. The only time you would modify your WordPress blog with PHP would be when integrating some of the plugins ?. In most cases clear instructions are given within a text file that accompanies the plugin ?. Other than that, you would not be changing any of the PHP files.

See also:

5.3  Will WordPress run in PHP Safe Mode?

Most definitely! There are no known issues with any version of WordPress when PHP is running in Safe Mode.

5.4  Do I really need PHP?

You certainly need PHP (version 4.1 or newer) to power your WordPress blog. PHP is the scripting language that drives all of WordPress, and without PHP, your server will not be able to interpret the pages that create your weblog.

5.5  How do I find out which version of PHP I have?

To get information about your server, you can use the phpinfo() function. This will also give you information about your Apache and PHP version and mod_rewrite.

See also:

6.  Importing

6.1  How can I import posts from my current weblog which uses a different blogging tool?

See also:

6.2  How do I import from b2?

See also:

6.3  How do I import from Movable Type MT?

See also:

6.4  How do I import from Blogger?

See also:

6.5  How do I import from Text Pattern?

See also:

6.6  How do I import from a generic RSS Feed?

See also:

6.7  How do I import from other blogging software?

See also:

7.  Upgrading

7.1  What version of WordPress do I have?

There are several methods to find out what version of WordPress you are using:

  • In your wp-includes folder of your WordPress installation, open the version.php file with any . It will tell you the version number of your installation.
  • In the WordPress Administration Panels ?, on any panel look at the bottom of the screen and the version number will be visible.
  • Some Themes include the version number in the footer template. Or you can add it yourself:

 <?php bloginfo('version'); ?>

7.2  What should I do when I want to upgrade WordPress to the latest version?

See also:

7.3  How do I back up my database?

See also:

7.4  How do I restore my database?

See also:

Back to FAQ Category:Copyedits ? Category:Getting Started ? Category:Troubleshooting ? Category:WordPress Help ?

Ultima modifica il 19/01/2006 ore 09:48