Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter Abaris

    (@abaris)

    Thank you buzztone.
    Your advice is very useful for styling CF7 (which I will try).
    The main reason I am looking for the full HTML form is to be able to use Hydrid connect (an excellent plugin) or Magic Action Box WITH CF7.

    Thread Starter Abaris

    (@abaris)

    Thank you very much Derrick for your time and patience.
    I had the chance to learn a lot from you and I am grateful for that.
    I guess I have to keep learning.

    Thread Starter Abaris

    (@abaris)

    You also mentioned ” in your hosting configuration, can you confirm the default document settings for homefinder.magicdesign.ca” I do not know how to do it.

    Thread Starter Abaris

    (@abaris)

    This is how .htaccess looks now:

    DirectoryIndex index.php index.html index.htm

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    Thread Starter Abaris

    (@abaris)

    I cannot figure out what exactly I skupped. I did follow all the sugestions to the best of my abbility.
    I added the line to the TOP of the .htaccess file.
    I do not see any change yet.

    Thread Starter Abaris

    (@abaris)

    his is the .htaccess on file now:
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    Thread Starter Abaris

    (@abaris)

    Yes Derrik, I can access Network Admin, and I copied the .htaccess settings and reposted, as you suggested.

    Thread Starter Abaris

    (@abaris)

    Hello Again!
    I reposted the .htaccess
    wp-config looks OK ( wp_debug is set to false???, all the rest are TRUE)
    I can access Network Admin. but i cannot open the Dashboard or any other features of homefinder.magicdesign.ca, so I canet make the TEST. It just open the JustHost 404.

    Thread Starter Abaris

    (@abaris)

    Hello Derrik,
    This is the answer from my Host:
    “Unfortunately, because this is third-party code we cannot go through and debug it for you, since we do not provide scripting/coding support.
    We, at Bluehost.com, provide support for server and server-performance related issues and basic installation and removal of scripts. We regrettably do not support scripting tutorials on third party installations, or debugging of websites. We suggest contacting a web developer or a programmer who can give you personalized support. I apologize for any inconvenience.”
    Nice! I do not even know what to answer back.
    Thank you again for your kind support.
    All the Best!.

    Thread Starter Abaris

    (@abaris)

    Thank you again Derrick
    I removed the https:// and / from siteurl in the database (wp_sitemeta) and just de-activated all the plugins.
    I do not have any answer from the Host yet.
    I will keep you posted.
    Excellent attitude, Thank you very much. I start to belive that all my trouble was for my gain.
    Happy Easter!!!

    Thread Starter Abaris

    (@abaris)

    Thank you Derrik.
    I appreciate very much that you are spending all this time to help me.
    the .htaccess file has the following inside:

    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .php

    # 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
    It seems that is way more complicated to fix this mistake then I tought. I do not really know hou far the solution is.You may suggest if it is faster and easyer to start over or to continue. I am affraid that even deliting and reinstalling require some “special knowledge”. At this point I am not sure anymore that the network part of a new installation with selection of the proper URL path will not bring me back to the same point.
    What is your oppinion.
    Thank you.

    Thread Starter Abaris

    (@abaris)

    Looking into the Database:
    wp_site shows id 1, domain https://www.magicdesign.ca, path / (rows 0)??
    wp_blogs blog id1 ,site id 1 https://www.magicdesign.ca ,path /
    blog id5 ,site id 1 homefinder.magicdesign.ca ,path /
    wp_sitemeta : meta id 14
    siteurl : https://www.magicdesign.ca/
    So far everything looks as it should be, i think.
    I do not know how to set .htaccess or web.config as read only.
    It may worse to mention that both installs ( primary site and the subdomain) are new, without any content.
    I would like to find out how to fix this, but it may be easyer to reinstall WP alltogether??

    Thread Starter Abaris

    (@abaris)

    Setting MULTISITE to false and going back to Single site allowed me to access Setings/General and set both WP and Site to the same URL : https://www.magicdesign.ca. The same was showing in wp-config.(define(‘DOMAIN_CURRENT_SITE’,’www.magicdesign.ca’);
    I can use the WP in the Single site OK.
    Once I change back to multisites, the subdomain site is no longer accesible.
    I cannot find the wp_blogs table.
    I guess it is true that a little bit of knowledge is more dangerous that no knowledge at all.

    Thread Starter Abaris

    (@abaris)

    Thanks to Derrick I can access now the Primary site and is working fine. I changed both address to www. ( site and WP)
    I cannot access the sub domain yet?? (homefinder.magicdesign.ca)

    Thread Starter Abaris

    (@abaris)

    Thank you Derrick
    It seems that this is the problem. The site address is set as https://www.magicdesign.ca and WP address for the Primary site is https://magicdesign.ca. I have no clue how this can be fix. Is any way to go back to the network install?
    Thank you.

Viewing 15 replies - 1 through 15 (of 15 total)