Please elaborate on instructions.
Thread Starter
fl0w
(@fl0w)
I’ve naturally tried to flush the .htaccess file as well as delete it and update the permalinks. It seems to generate ok though I have no idea how it’s actually supposed to look. My .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress