2016-08-04 52 views
-3

請告訴我:第一,刪除URL之間的延伸?如何使用的.htaccess

如果不是,那麼告訴我如何使用.htaccess從上面的url中刪除.html。

感謝

+0

首先,你告訴我,你有沒有提到它描述瞭如何問一個問題上,因此將部分? –

+0

首先你檢查你的拼寫SO或SEO。 –

+0

我認爲,你是新的。歡迎來到SO(StackOverflow)。 –

回答

0
Can I know which framework you are using 
or used below code in .htaccess placed in root of your application 

RewriteEngine On 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^([^\.]+)$ $1.php [NC,L] 
#.php .html or other 


if you are using any framework like codeigniter just open config.php in config folder and use below code 

$config['url_suffix'] = ''; // make it blank 
+0

GoldUno我正在使用codeigniter 和$ config ['url_suffix'] =「」已經空白 –

+0

ok kool,den請顯示您的.htaccess代碼? –

+0

RewriteEngine敘述上 RewriteBase/ 的RewriteCond%{REQUEST_FILENAME}!-f 的RewriteCond%{REQUEST_FILENAME}!-d 重寫規則^(。*)$的index.php/$ 1 [L,QSA ] 重寫規則^([^ \。] +)$ $ 1.us [NC,L] 將AddType應用/ X的httpd - PHP的頁面沒有自動跳轉