Page is a not externally linkable
Drachsi - 1:05 pm on Feb 12, 2013 (gmt 0)
I have a site which is html and has a WP Blog. I need the following code for the Blog to work. # BEGIN WordPress but this stops a script from working in siteURL/general/name/index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Removing the above code, the script works but not the Blog.
I have no idea really what I am doing, but it seems like I need someting in .htaccess that lets both work?
Appreciate and solution.
Regards
Pete