Forum Replies Created

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

    (@wolfnuka)

    the problem is that the CRM module is free, and the add ons ARE NOT, and I PAID FOR THOSE ADD-ons, so they should work right out of the box, but they don’t, that is my complain

    Thread Starter wolfnuka

    (@wolfnuka)

    anyone?

    Thread Starter wolfnuka

    (@wolfnuka)

    duuuude, i fixed it!, well, i called support at godaddy really, and they gave me the missing link, i just had to change the MX Entry settings from “Local Mail Exchanger” to “Remote Mail Exchanger” now it works like a charm!

    Thread Starter wolfnuka

    (@wolfnuka)

    in order for the plugin to work is asking me for this plugin: mandrill plugin which is $40

    Thread Starter wolfnuka

    (@wolfnuka)

    no, is an office 365 e-mail account, that uses Microsoft Exchange

    Thread Starter wolfnuka

    (@wolfnuka)

    yes, i did both, when sending an email using the form, i get the user confirmation email, but i get no e-mails for the admin

    Thread Starter wolfnuka

    (@wolfnuka)

    yes, i did configure all that, and on the submissions tab i can see all the email that i tried to send as test, but i can’t get them on the email client end

    Forum: Fixing WordPress
    In reply to: HTTPS Redirect
    Thread Starter wolfnuka

    (@wolfnuka)

    ok so i created a thread at stack overflow, and someone suggested this code

    <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteCond %{HTTPS} off
       RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
       # BEGIN WordPress
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
        </IfModule>

    so far it works like a charm, even when you manually type the HTTP address of my website, it redirects you to the HTTPS version, and all the other pages of my site work with it!

    Forum: Fixing WordPress
    In reply to: HTTPS Redirect
    Thread Starter wolfnuka

    (@wolfnuka)

    i read reviews on the plugin and for a lot of people it seems to screw the whole website up, i’m very hesitant to use any plugin to do this really

    Forum: Fixing WordPress
    In reply to: root folder
    Thread Starter wolfnuka

    (@wolfnuka)

    got it, thx!

    Forum: Fixing WordPress
    In reply to: HTTPS Redirect
    Thread Starter wolfnuka

    (@wolfnuka)

    No no, the default .htaccess file on my server has the following code:

    # 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

    and then i did modify it with this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
    </IfModule>

    and it does work, but only for the main page “home” all the other pages dont get redirected to HTTPS using code, so since that didn’t work to redirect THE WHOLE DOMAIN to HTTPS, i left it as it was, and only changed the 2 URL’s from the WordPress control panel, and then added my site to Google webmaster tools panel, and after that, my website displays the SSL and PADLOCK certificate, but when you open any browser, and just type my domains name without “wwww” like this : “silverwolfpcrepair.com” it directs you to the HTTP version and NOT the HTTPS, but once inside the website if you click on any page and even the “home” tab, it does direct you to the HTTPS version, so i am really confused

    Forum: Fixing WordPress
    In reply to: HTTPS Redirect
    Thread Starter wolfnuka

    (@wolfnuka)

    yep, they’re both set to HTTPS, and i can’t find anything on the server end that might be forcing to use HTTP :-/ , and like i said, i tried changing the .htaccess file to force the site to use HTTPS, but that didn’t work, it sends google to do infinite loops, so i left it with the default code which i posted on my first post on this thread

    Forum: Fixing WordPress
    In reply to: HTTPS Redirect
    Thread Starter wolfnuka

    (@wolfnuka)

    ok i replaced the URL values to use HTTPS at the general settings, and somehow all the pictures, icons, etc, changed itself to https, although i couldn’t get the 301 redirects to work by modifying the .htaccess file, i got the website to run using HTTPS, so now it shows the padlock and ssl certificate, when i modified the .htaccess file as suggested i couldn’t access the website, google said that “it had too many redirect loops” so i just left the .htaccess with the default code on it, and what i did was to go to the wordpress panel and modified the WordPress Address (URL) and Site Address (URL) are using https, after that i added my website to the google webmaster tools, and i think that closed the circle, but when i type my website without “www” or “https” it still directs me to the HTTP version, not the HTTPS version, annoying really….

    Thread Starter wolfnuka

    (@wolfnuka)

    yea, i figured it out, respectyoda is right, is the host server, apparently when you make an account at godaddy, if you added an “email” account on that server, not a outlook 365, the regular email that uses the server addresses, is the email you should use, so apparently my “server email” wasn’t even setup, i had to set it up, and make an account, then i proceeded to use that account as my “admin” email on my wordpress panel, then added the email to the ninja plugin and voila! e-mail works, i even got it to work on my phone! so, my suggestion for anyone with this problem, go to your “cPanel” at godaddy and log in, then proceed to find the “email” section, keep scrolling down till you find it, then select the “account” icon, it will open the “accounts” page, and theres 4 large icons, called “create account, “web access” etc, at the bottom it says “email accounts” if there’s no email accounts there, then you need to make one, click the “create account” icon and proceed to make a new account, once you got it setup, you should now be able to see the account under the “email accounts” section, now go to your wordpress panel and add that account as your “new admin account” and use it also on your contact form plugins, it should now work!

    Thread Starter wolfnuka

    (@wolfnuka)

    ok, i can’t manage to make a FTP connection, i think is disabled from the server end, i contacted the host provider to see if they can do anything, hopefully they won’t take long to reply, thx for the quick response you guys, i’ll make sure not to mess with the plugins next time

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