Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter homeschoolmommy

    (@homeschoolmommy)

    Ok Heres the deal. I purchase a domain from vistapanel, where i already had free hosting. ok they transfer my files to the new domain but my pemalinks are not working its like i have to of the same website all i wanted to do was put my new domain to my website an it a multisite could you please help me. o yea this was not my original .htaccess file. this is the .htaccess file that i guess was created when they transfer my file to the new domain.none of my multisites arent working either

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase %PATH%
    
    RewriteRule ^page/([0-9]+)/?$ %PATH%index.php?page=$1 [L,QSA]
    RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ %PATH%forum.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^forum/([^/]+)/?$ %PATH%forum.php?id=$1 [L,QSA]
    RewriteRule ^forum/?$ %PATH% [R=302,L,QSA]
    RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ %PATH%topic.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^topic/([^/]+)/?$ %PATH%topic.php?id=$1 [L,QSA]
    RewriteRule ^topic/?$ %PATH% [R=302,L,QSA]
    RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ %PATH%tags.php?tag=$1&page=$2 [L,QSA]
    RewriteRule ^tags/([^/]+)/?$ %PATH%tags.php?tag=$1 [L,QSA]
    RewriteRule ^tags/?$ %PATH%tags.php [L,QSA]
    RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ %PATH%profile.php?id=$1&page=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)/?$ %PATH%profile.php?id=$1&tab=$2 [L,QSA]
    RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ %PATH%profile.php?id=$1&tab=$2&page=$3 [L,QSA]
    RewriteRule ^profile/([^/]+)/?$ %PATH%profile.php?id=$1 [L,QSA]
    RewriteRule ^profile/?$ %PATH%profile.php [L,QSA]
    RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ %PATH%view.php?view=$1&page=$2 [L,QSA]
    RewriteRule ^view/([^/]+)/?$ %PATH%view.php?view=$1 [L,QSA]
    RewriteRule ^rss/?$ %PATH%rss.php [L,QSA]
    RewriteRule ^rss/topics/?$ %PATH%rss.php?topics=1 [L,QSA]
    RewriteRule ^rss/forum/([^/]+)/?$ %PATH%rss.php?forum=$1 [L,QSA]
    RewriteRule ^rss/forum/([^/]+)/topics/?$ %PATH%rss.php?forum=$1&topics=1 [L,QSA]
    RewriteRule ^rss/topic/([^/]+)/?$ %PATH%rss.php?topic=$1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)/?$ %PATH%rss.php?tag=$1 [L,QSA]
    RewriteRule ^rss/tags/([^/]+)/topics/?$ %PATH%rss.php?tag=$1&topics=1 [L,QSA]
    RewriteRule ^rss/profile/([^/]+)/?$ %PATH%rss.php?profile=$1 [L,QSA]
    RewriteRule ^rss/view/([^/]+)/?$ %PATH%rss.php?view=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^.*$ %PATH%index.php [L]
    </IfModule>
    
    # END bbPress
    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    thank you so much

    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    ok is there a way to take this off

    o yea one problem occured when the code is put in. when crunching photos for featured image get an error. it worked before the code is place. and it works with the multisite but not the main site. main site gets error, multisite does not. is there a way to fix that any idea.

    that ok I did It. Thanks for posting the fix

    where exactly in the functions.php do I add this code
    could you tell me what row in my theme functions.php. thank you

    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    I figured it out I use a plugin called WP-Mail-SMTP and I used google to send out emails

    Mailer -Send all WordPress emails via SMTP.
    SMTP Host- smtp.gmail.com
    SMTP Port- Use SSL encryption.
    Authentication -Yes: Use SMTP authentication.
    Username- your google email
    Password- your google password

    It took me awhile to go though different SMTP plugins because some of them was not compatible with my other plugins but I found this one that worked. some plugins that are old really work better than the updated ones.
    Hope this helps

    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    ok thank you so much for your help you are great

    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    This it what they said: I can either upgrade or I can
    use of sockets which means I can use a remote SMTP server for sending mail. Google mail SMTP service is free and provided on all gmail.com mailboxes.

    Open an account with them and enable SMTP/POP.

    A socket connection using SMTP differs depending on the script, I may need to ask for the required settings for your script in the developers forum. Generally, it will be similar to the following for gmail:

    Use SMTP server for email: Yes
    SMTP server address : ssl://smtp.gmail.com
    SMTP server port: 465
    Authentication method for SMTP: Plain
    SMTP username: [email protected] or [email protected]
    SMTP password: your Google password

    but I would need help with that

    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    ok I will

    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    I was kind of thinking that do you know how can i go about fixing it

    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    no it does not. The meesage is sent like spam (Spam Filtered (11222658) This is what shows up in the email. But when buddypress is turned on it just shows the sender info but no link to registration. You can try to register and tell me what happens with buddypress on GossipMoms

    Thanks for responding so fast I really appreciate it

    Thread Starter homeschoolmommy

    (@homeschoolmommy)

    where do i do that at, I don’t know if i did or not

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