runningmancast
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shop Link Showing /Shop-IndexHi Mike,
You’re a genius. I can’t believe bluehost wasn’t able to help me with this – if only I knew it was that simple.
Thanks you’ve saved my life.
🙂
Forum: Plugins
In reply to: [WooCommerce] Shop Link Showing /Shop-IndexForum: Plugins
In reply to: [WooCommerce] Shop Link Showing /Shop-IndexHi Mike,
I have contacted bluehost but the only advise (after I got referred to 4 people) was to download the velvet blues plugin.. The author of my theme told me to delete the htaccess file.
This is my htcaccess file
# Use PHP5.4 Single php.ini as default
AddHandler application/x-httpd-php54s .php
# Changed PHP handler from application/x-httpd-php54 to application/x-httpd-phpbeta on Tue Dec 15 21:54:07 MST 2015.# 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 this is my page.php file that i got from file manager > public html > themes > (select my theme) > page.php
<?php get_header(); ?>
<div class=”container”>
<div id=”content”>
<div id=”main”>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php get_template_part(‘content’, ‘page’); ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>Is there a problem for either of them?
Thanks
Forum: Plugins
In reply to: [WooCommerce] Shop Link Showing /Shop-IndexHi Mike,
I can’t seem to locate it. Where exactly can I find it in bluehost? Thank you.
Forum: Plugins
In reply to: [WooCommerce] Shop Link Showing /Shop-IndexHi Mike,
Thanks for the reply. I am able to create a new page under http://www.runningmankorea.com/shop but this shows up http://imgur.com/3Ddl2pO whenever I try to access that link.
Oh I fixed the spam window, I thought it was just me. Thanks for that.
Forum: Plugins
In reply to: [WooCommerce] Shop Link Showing /Shop-Index