在centos7下面安裝了lnmp和wordpress,現在wordpress目錄在網路的二級目錄下,想顯示為一級目錄

來源:互聯網
上載者:User
我在自己的vps上安裝了cent os7,然後安裝了lnmp和wordpress,
wordpress安裝在二級目錄下,現在顯示格式為http://我的網址/wordpress
我希望顯示的格式是http://我的網址。

發現安裝wordpress之後,wordpress目錄下沒有.htaccess檔案,用ls -al也看不到,
應該是沒有的。可能apache才有.htaccess檔案。

按照網上的方法,我把index.php檔案從wordpress目錄下拷貝到了網址目錄下,把該檔案內的
'/wp-blog-header.php'改成了'/wordpress/wp-blog-header.php'

另外在/usr/local/nginx/conf/vhost/我的網址.conf裡include了
/usr/local/nginx/conf/wordpress.conf檔案,而在wordpress.conf裡的語句是

location / {
if (-f $request_filename/index.html){

            rewrite (.*) $1/index.html break;    }

if (-f $request_filename/index.php){

            rewrite (.*) $1/index.php;    }

if (!-f $request_filename){

           rewrite (.*) /index.php;                }

}

還是無法實現直接網址顯示二級目錄下的wordpress內容,望指教,多謝!

回複內容:

我在自己的vps上安裝了cent os7,然後安裝了lnmp和wordpress,
wordpress安裝在二級目錄下,現在顯示格式為http://我的網址/wordpress
我希望顯示的格式是http://我的網址。

發現安裝wordpress之後,wordpress目錄下沒有.htaccess檔案,用ls -al也看不到,
應該是沒有的。可能apache才有.htaccess檔案。

按照網上的方法,我把index.php檔案從wordpress目錄下拷貝到了網址目錄下,把該檔案內的
'/wp-blog-header.php'改成了'/wordpress/wp-blog-header.php'

另外在/usr/local/nginx/conf/vhost/我的網址.conf裡include了
/usr/local/nginx/conf/wordpress.conf檔案,而在wordpress.conf裡的語句是

location / {
if (-f $request_filename/index.html){

            rewrite (.*) $1/index.html break;    }

if (-f $request_filename/index.php){

            rewrite (.*) $1/index.php;    }

if (!-f $request_filename){

           rewrite (.*) /index.php;                }

}

還是無法實現直接網址顯示二級目錄下的wordpress內容,望指教,多謝!

你把root目錄換成你的二級目錄不就行了麼

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.