bjh555
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Hiding out of stock variationsHi @abwaita
Yes, I am managing stock at variation level and I have hidden out of stock items from the catalog in woocommerce settings.
I just tried manually changing an in stock item to 0 and this did hide it on the product page. Other variations that were already at 0 (from CSV import) are showing on product page as well and therefore not hidden…
Thanks
Forum: Fixing WordPress
In reply to: Redirect old site php url to new wordpress pagesHi Reuben
page.php doesn’t exist – it’s an old page from the old pre-wordpress website so can’t sit in the same directory.
I do have our real domain in the .htaccess file 🙂
I just tried with a different one and this worked
Redirect 301 /press_releases.php http://www.ourdomain.com/newsTotally stumped and rather worried about potential search engine losses…
B
Forum: Fixing WordPress
In reply to: Redirect old site php url to new wordpress pagesHi Reuben
Thanks for the reply.
This is my htacess file but it’s not working still…
SetEnv DEFAULT_PHP_VERSION 5 # 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] RewriteCond %{QUERY_STRING} ^area_id=1$ RewriteRule ^/page\.php$ http://www.domain.com/about-us/ [L,R=301] </IfModule> # END WordPressAm I doing something wrong or is it because of having other RewriteCond’s?
Forum: Fixing WordPress
In reply to: Redirect old site php url to new wordpress pagesI was just tinkering and did this…
Redirect 301 /page.php http://www.domain.com/and when you go to http://www.domain.com/page.php?area_id=1 it redirects to http://www.domain.com/?area_id=1It’s not right or what I want but at least the redirect is working…
Is there something difficult with redirecting the area_id=1 bit?
Cheers
Forum: Fixing WordPress
In reply to: Redirect old site php url to new wordpress pagesHi Joseph
Thanks for looking into this, still doesn’t work though…
Stumped!
Cheers
B
Forum: Fixing WordPress
In reply to: Redirect old site php url to new wordpress pagesStill no joy, this is my htaccess file…
# 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] Redirect 301 /page.php?area_id=1 /about-us </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Redirect old site php url to new wordpress pagesHi Joseph (again)
Thanks for the reply, this doesn’t seem to work though. It isn’t trying to redirect at all…
I’ve put it before and after the WordPress bit in the .htaccess file but no joy
B
Hi Joseph
Awesome, worked without any issues at all.
Nice one!
B
Forum: Fixing WordPress
In reply to: How to put a content holder / box in a page?Here is an update of what I’d like to achieve
The box on the right called Quick Links – I’d like it to be different on every single page though.
Perfect, many thanks!!