[フレーム]
Last Updated: February 25, 2016
·
1.065K
· jiceb

Remove trailing slash with .htaccess

<IfModule mod_rewrite.c>
 RewriteEngine On 
 RewriteBase /

 # where the magic is done !
 RewriteRule (.*)/$ 1ドル [R=301,L]

 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_FILENAME} !-f 
 RewriteRule ^(.*)$ index.php?url=1ドル [PT,L]
</IfModule>

AltStyle によって変換されたページ (->オリジナル) /