.htaccess tp url重寫模塊啓動

tp url重寫,服務器開啓URL_REWRITE模塊才能支持;php

Apache的開啓URL_REWRITE模塊:服務器

httpd.conf配置文件中加載了mod_rewrite.so模塊ide

 

配置文件修改:url

AllowOverride None 將None改成 Allspa

URL_MODEL設置爲2it

 

.htaccess文件添加代碼:class

<IfModule mod_rewrite.c>配置

RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-d配置文件

RewriteCond %{REQUEST_FILENAME} !-frewrite

RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

</IfModule>

相關文章
相關標籤/搜索