InterviewSolution
Saved Bookmarks
| 1. |
What is config file in WordPress? |
|
Answer» wp-config.php is the most important file in WORDPRESS installation. It LINKS the DATABASE and files on your WordPress site together. LOCATED in the root of WordPress file directory, wp-config.php contains configuration details, including database connection information. |
|