@@ -24,9 +24,9 @@ I have to include index.php in my URL
2424-------------------------------------
2525
2626If a URL like ``/mypage/find/apple `` doesn't work, but the similar
27- URL ``/index.php/mypage/find/apple `` does, that sounds like your `` .htaccess `` rules
27+ URL ``/index.php/mypage/find/apple `` does, that sounds like your ** .htaccess ** rules
2828(for Apache) are not set up properly, or the ``mod_rewrite `` extension
29- in Apache's `` httpd.conf `` is commented out.
29+ in Apache's ** httpd.conf ** is commented out.
3030
3131Only the default page loads
3232---------------------------
@@ -59,7 +59,7 @@ The tutorial gives 404 errors everywhere :(
5959-------------------------------------------
6060
6161You can't follow the tutorial using PHP's built-in web server.
62- It doesn't process the ` .htaccess ` file needed to route
62+ It doesn't process the ** .htaccess ** file needed to route
6363requests properly.
6464
6565The solution: use Apache to serve your site, or else the built-in
@@ -90,5 +90,5 @@ CodeIgniter logs error messages, according to the settings in **app/Config/Logge
9090
9191You can adjust the error threshold to see more or fewer messages. See :ref: `Logging <logging-configuration >` for details.
9292
93- The default configuration has daily log files stored in ` writable/logs ` .
93+ The default configuration has daily log files stored in ** writable/logs ** .
9494It would be a good idea to check them if things aren't working the way you expect!
0 commit comments