I\'ve been searching for hours but haven\'t found anything that seems to be able to solves this issue.
Here\'s the scenario:
I\'m making a wp theme based on
For those using apache. You will need to
From
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
To
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Hope this helps someone