Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- .htaccess with WP and a script conflict


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
<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
but this stops a script from working in siteURL/general/name/index.php
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


Thread source:: http://www.webmasterworld.com/apache/4544903.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com