Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yep, update caused a critical error, broke my website. Only way to get it back up is to deactivate all plugins that need Woocommerce, then delete Woocommerce.

    Not great for an ecommerce website…..

    Thread Starter macostello

    (@macostello)

    Easy when you know how!

    It works!

    Thanks a bunch for the extremely quick response.

    Greatly appreciated ;o)

    Michelle

    Thread Starter macostello

    (@macostello)

    Hi Shane,

    Thanks for responding.

    managed to get into my.htaccess to edit and it has the followwing. Where exactly do I add what you have suggested?

    RewriteEngine on

    RewriteRule ^(news)$ index.php?section=$1 [L]
    RewriteRule ^news/(.*).html$ index.php?section=news&news=$1 [L]

    RewriteRule ^(press)$ index.php?section=$1 [L]
    RewriteRule ^press/(.*).html$ index.php?section=press&news=$1 [L]

    RewriteRule ^(products)$ index.php?section=$1 [L]
    RewriteRule ^products/(.*).html$ index.php?section=products&news=$1 [L]

    RewriteRule ^(blogs)$ index.php?section=$1 [L]
    RewriteRule ^blogs/(.*).html$ index.php?section=blogs&news=$1 [L]

    RewriteRule ^(forums)$ index.php?section=$1 [L]
    RewriteRule ^forums/(.*).html$ index.php?section=forums&news=$1 [L]

    RewriteRule ^(article)$ index.php?section=articles&nop=$1 [L]

    RewriteRule ^(auctions)$ index.php?section=$1 [L]
    RewriteRule ^auctions/(.*).html$ index.php?section=auctions&news=$1 [L]

    RewriteRule ^(videos)$ index.php?section=$1 [L]
    RewriteRule ^videos/(.*).html$ index.php?section=videos&news=$1 [L]

    RewriteRule ^(podcasts)$ index.php?section=$1 [L]
    RewriteRule ^podcasts/(.*).html$ index.php?section=podcasts&news=$1 [L]

    RewriteRule ^article/(.*).html$ index.php?section=articles&title=$1 [L]

    Secondly, likewise in the config.php, I have the following. Where exactly do I put what you have suggested?

    <?php
    //website keyword – this is the default keyword
    $keyword_default = “Honeybee”;

    //your adsense pubid
    $adsense_pubid = “pub-1316210434060830”;
    ?>

    My apologies if I sound a little dim but this is a huge learning curve for me.

    Thanks Shane

    Michelle

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