很多站长朋友在使用wordpress建站的过程中,不想把整套网站程序放在根目录,而是想放在某个文件夹中。这篇wordpress教程里,我们就向大家介绍一下方法,实现的步骤如下:
1. 创建文件夹(例如wordpress),用来放置wordpress程序。
2. 到后台中的基础设置中,在wordpress address (URL)选项中输入wordpress程序所在的文件夹,如 http://example.com/wordpress,在Site address (URL)选项中填写wordpress根目录对应的链接,如 http://example.com,保存更改(忽略前台的一些错误信息,例如文件不存在等错误信息)。
3. 将wordpress程序移动到第一步创建的文件夹中。
4. 将index.PHP 和 .htaccess 文件拷贝到更目录(注意是拷贝,不要移动),.htaccess 是隐藏文件,所以要在FTP客户端中设置显示隐藏文件。打开根目录下的index.PHP文件,将以下代码:
Crayon-5c891cf8b57d4263912781" class="Crayon-Syntax Crayon-theme-classic Crayon-font-monaco Crayon-os-pc print-yes notranslate" data-settings=" minimize scroll-mouSEOver" style=" margin-top: 12px; margin-bottom: 12px; font-size: 12px !important; line-height: 15px !important;">
Crayon-toolbar" data-settings=" mouSEOver overlay hide delay" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;">Crayon-title">wp-config.php
Crayon-tools" style="font-size: 12px !important;height: 18px !important; line-height: 18px !important;">
Crayon-button Crayon-nums-button" title="Toggle Line Numbers">
Crayon-button-icon">
Crayon-button Crayon-plain-button" title="Toggle Plain Code">
Crayon-button-icon">
Crayon-button Crayon-wrap-button" title="Toggle Line Wrap">
Crayon-button-icon">
Crayon-button Crayon-expand-button" title="Expand Code">
Crayon-button-icon">
Crayon-button Crayon-copy-button" title="Copy">
Crayon-button-icon">
Crayon-button Crayon-popup-button" title="Open Code In New Window">
Crayon-button-icon">
Crayon-info" style="min-height: 16.8px !important; line-height: 16.8px !important;">
Crayon-plain-wrap">
Crayon-main" style="">Crayon-table">
Crayon-nums " data-settings="show"> Crayon-nums-content" style="font-size: 12px !important; line-height: 15px !important;"> Crayon-num" data-line="Crayon-5c891cf8b57d4263912781-1">1 | Crayon-code">
Crayon-nums " data-settings="show"> Crayon-nums-content" style="font-size: 12px !important; line-height: 15px !important;"> Crayon-num" data-line="Crayon-5c891cf8b57dd866082582-1">1 | Crayon-code">