PLS HELP WP & Themes installed, theme activated, but no change to site?!
-
WP & themes installed AND activate, but no change to the website?!?!?
Using ipage, started with weebly, installed WP, set “site editing options” to WP, installed themes, they say they are activated, (one at a time of course), but nothing changes on the website. I think maybe Weebly is blocking WP!?!?! XML says:
<cross-domain-policy>
<allow-access-from domain=”*.dragndropbuilder.com”/>
</cross-domain-policy>
Should I change “dragndropbuilder.com” to “wordpress.com”???htacess showed:
#Weebly Additions Start
DirectoryIndex index.html index.php
ErrorDocument 404 /404.php
ErrorDocument 403 /404.php
#Weebly Additions End
# 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
I tried removing the first part, nothing… Please help…
Thanks ~Niki
- The topic ‘PLS HELP WP & Themes installed, theme activated, but no change to site?!’ is closed to new replies.