3', PHPWEB:'Site Web PHP chinois', settings:'paramètres', FullScreen:'Plein écran', Speed:'Vitesse', BrainwashingLoop:'boucle', speedNormal:'Normale', click_to_see:'Cliquez pour voir le code complet pour une modification directe', nextSection:'section suivante', Cancel:'Annuler', Confirm:'Confirmer', all_lang_string:'zh|en|zh-tw|ja|ko|ms|fr|de', Next:'Suivant', Previous:'Précédent', };
Maison > php教程 > php手册 > yii url 隐藏index.php的步骤

yii url 隐藏index.php的步骤

WBOY
Libérer: 2016-06-06 19:49:33
original
1360 Les gens l'ont consulté

一。修改config/下的main.php里的 'urlManager'= array ( 'urlFormat'='path', span style="color:#e53333;"'showScriptName'= false ,/span 'rules'= array ( 'controller:\w+/id:\d+'='controller/view', 'controller:\w+/action:\w+/id:\d+'='controller/

一。修改config/下的main.php里的

'urlManager'=><span>array</span><span>(
            </span>'urlFormat'=>'path',
            <span style="color:#e53333;">'showScriptName'=><span>false</span>,</span>          <br>   'rules'=><span>array</span><span>(
            </span>'<controller:>/<id:>'=>'<controller>/view',
            '<controller:>/<action:>/<id:>'=>'<controller>/<action>',
            '<controller:>/<action:>'=>'<controller>/<action>',<span>
            )</span>,<span>
          )</span>,</action></controller></action:></controller:></action></controller></id:></action:></controller:></controller></id:></controller:>
Copier après la connexion

二。修改网站根目录下.htaccess文件内容如下 

Options +<span>FollowSymLinks
IndexIgnore </span>*<span>/*</span><span>
RewriteEngine on

# if a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# otherwise forward it to index.php
RewriteRule . index.php</span>
Copier après la connexion

 三。在wamp中,apeach 中 的http.conf 文件中有个 rewrite, 要打开。

<span>#</span> LoadModule rewrite_module modules/mod_rewrite.so
Copier après la connexion

要将 ‘#’ 给删除。

完成以上三步,就可以在网址 那里,去掉 index.php 隐藏。

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Recommandations populaires
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal