2015-08-21 36 views
-4
RewriteEngine On 
RewriteCond $1 !^(index\.php) 
RewriteRule ^(.*)$ index.php?l=$1 [L] 

我在.htaccess中使用此代碼來縮短我的舊共享託管服務器上的URL。如何在新的vps服務器上使用php.ini編寫此代碼? 我begineer.I使用CWP我的VPS。 請回答!初學php.ini和.htaccess

回答