現在、私の joomla の URL はhttp://www.website.com/index.php/galleryのように表示されています
http://www.website.com/gallery.phpの代わりに
それで、グローバル構成セクションに入りました...右側にパネルがあります-検索エンジンに適したURLがオンになっています...
その下には、URL 書き換えを使用するオプションがあります - この機能を使用するには、htaccess.txt の名前を .htaccess に変更する必要があるという警告が表示されます --- 現在はオフになっています - これはオンにする必要がありますか? もしそうなら、問題は私のサーバーにすでに .htaccess ファイルがあることです
内容は次のとおりです。
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName prestige-car-valeting.com
AuthUserFile /home/prestig1/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/prestig1/public_html/_vti_pvt/service.grp
次に、多くの情報を含む htaccess.txt ファイルがあります。
##
# @package Joomla
# @copyright Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.
# @license GNU General Public License version 2 or later; see LICENSE.txt
##
##
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE!
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
##
明らかに、htaccess.txtの名前を.htaccessに変更しようとすると、そのようなファイルが既に存在することがポップアップ表示されます...
何か案が