Tagged Questions
0
votes
2answers
966 views
Images in sub-pages fail to load
I added a .htaccess file to a wordpress website I'm working on, to show nice urls instead of page ids.
The content of the .htaccess is this:
<IfModule mod_rewrite.c>
RewriteEngine On
...