Skip to content

Commit c34cfcb

Browse files
committed
docs: make file names bold
1 parent 0548ceb commit c34cfcb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user_guide_src/source/installation/troubleshooting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ I have to include index.php in my URL
2424
-------------------------------------
2525

2626
If 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

3131
Only the default page loads
3232
---------------------------
@@ -59,7 +59,7 @@ The tutorial gives 404 errors everywhere :(
5959
-------------------------------------------
6060

6161
You 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
6363
requests properly.
6464

6565
The 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

9191
You 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**.
9494
It would be a good idea to check them if things aren't working the way you expect!

0 commit comments

Comments
 (0)