I can’t access the .htaaccess file (I blog for a newspaper, so they’re hosting the blog.) What I get when I change the link structure is this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /(Blog name removed)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /(blog name removed)/index.php [L]
</IfModule>
Am I able to make a change by altering this?