diff --git a/ja/installation/url-rewriting.rst b/ja/installation/url-rewriting.rst
index 3aa6e38566..fcbe4dda80 100644
--- a/ja/installation/url-rewriting.rst
+++ b/ja/installation/url-rewriting.rst
@@ -15,10 +15,10 @@ CakePHPは、展開した状態ではmod\_rewriteを使用するようになっ
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
- # directory (and its subdirectories).
+ # directory (and its subdirectories).
#
- # First, we configure the "default" to be a very restrictive set of
- # features.
+ # First, we configure the "default" to be a very restrictive set of
+ # features.
#
Options FollowSymLinks
@@ -125,7 +125,7 @@ nginxはポピュラーなサーバーで、少ないシステムリソースで
server {
listen 80;
server_name example.com;
-
+
# root directive should be global
root /var/www/example.com/public/app/webroot/;
index index.php;
@@ -167,7 +167,7 @@ IIS7はネイティブで.htaccessファイルをサポートしていません
-
+