Results 1 to 10 of 58

Threaded View

Yiannis Numinix Blog Embedding... 5 Aug 2011, 06:08 PM
DivaVocals Re: Numinix Blog Embedding... 5 Aug 2011, 06:36 PM
DivaVocals Re: Numinix Blog Embedding... 5 Aug 2011, 06:49 PM
Yiannis Re: Numinix Blog Embedding... 5 Aug 2011, 07:11 PM
DivaVocals Re: Numinix Blog Embedding... 5 Aug 2011, 07:55 PM
Yiannis Re: Numinix Blog Embedding... 8 Aug 2011, 07:03 AM
Yiannis Re: Numinix Blog Embedding... 9 Aug 2011, 07:24 PM
DivaVocals Re: Numinix Blog Embedding... 15 Aug 2011, 08:39 PM
applynx Re: Numinix Blog Embedding... 16 Aug 2011, 01:10 AM
DivaVocals Re: Numinix Blog Embedding... 16 Aug 2011, 01:45 AM
joeyrocket Re: Numinix Blog Embedding... 3 Sep 2011, 07:02 AM
loosefast Re: Numinix Blog Embedding... 9 Sep 2011, 04:04 PM
stevesh Re: Numinix Blog Embedding... 9 Sep 2011, 04:59 PM
mydanilo Re: Numinix Blog Embedding... 16 Sep 2011, 11:43 PM
stevesh Re: Numinix Blog Embedding... 17 Sep 2011, 11:39 AM
mydanilo Re: Numinix Blog Embedding... 17 Sep 2011, 12:14 PM
bonnit Re: Numinix Blog Embedding... 12 Nov 2011, 10:49 AM
DivaVocals Re: Numinix Blog Embedding... 19 Nov 2011, 07:18 PM
evilkittymods Re: Numinix Blog Embedding... 17 Dec 2011, 07:33 AM
markscrap Re: Numinix Blog Embedding... 14 Jan 2012, 12:27 PM
stevesh Re: Numinix Blog Embedding... 14 Jan 2012, 12:30 PM
smcelligott Re: Numinix Blog Embedding... 15 Jan 2012, 05:47 AM
damiankrzyz Re: Numinix Blog Embedding... 27 Jan 2013, 02:45 PM
damiankrzyz Re: Numinix Blog Embedding... 27 Jan 2013, 09:18 PM
DivaVocals Re: Numinix Blog Embedding... 16 Sep 2013, 08:04 PM
fakeDecoy Re: Numinix Blog Embedding... 16 Sep 2013, 10:27 PM
DivaVocals Re: Numinix Blog Embedding... 16 Sep 2013, 10:40 PM
fakeDecoy Re: Numinix Blog Embedding... 16 Sep 2013, 10:59 PM
DivaVocals Re: Numinix Blog Embedding... 16 Sep 2013, 11:39 PM
fakeDecoy Re: Numinix Blog Embedding... 17 Sep 2013, 03:17 AM
fakeDecoy Re: Numinix Blog Embedding... 17 Sep 2013, 05:12 AM
DivaVocals Re: Numinix Blog Embedding... 17 Sep 2013, 07:22 AM
fakeDecoy Re: Numinix Blog Embedding... 17 Sep 2013, 12:34 PM
fakeDecoy Re: Numinix Blog Embedding... 17 Sep 2013, 01:10 PM
DivaVocals Re: Numinix Blog Embedding... 17 Sep 2013, 01:30 PM
fakeDecoy Re: Numinix Blog Embedding... 17 Sep 2013, 01:38 PM
DivaVocals Re: Numinix Blog Embedding... 17 Sep 2013, 01:43 PM
fakeDecoy Re: Numinix Blog Embedding... 17 Sep 2013, 01:53 PM
fakeDecoy Ceon URI Mapping and WP... 16 Sep 2013, 06:37 PM
DivaVocals Re: Ceon URI Mapping and WP... 16 Sep 2013, 07:28 PM
Amethyst_fairy Re: Numinix Blog Embedding... 16 Oct 2016, 02:08 PM
Amethyst_fairy Re: Numinix Blog Embedding... 16 Oct 2016, 02:16 PM
  1. #27
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Numinix Blog Embedding Issues/Questions

    Ok, I went ahead and changed things so the child theme has the small style.css file that imports styles from the parent theme, and the blog.css in zc has all the styles I've edited to my liking. The styles work, and the links on the blog appear to be working, although I just have one post so far so I'm not sure.

    I get a 403 Forbidden when browsing to http://www.adamantbarbell.com/blog-backend/wp-admin .

    The image in the blog post is also not displaying. I get a 403 Forbidden on it too. http://www.adamantbarbell.com/blog-b...b_01-Small.jpg

    I could try making another test post and upload another image, but I'm unable to do that until I can access wp-admin.

    Same htaccess file as last post.

    Code:
    RewriteEngine On
    
    # Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
    RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
    # Don't rewrite admin directory
    RewriteCond %{REQUEST_URI} !^/sysop [NC]
    # Don't rewrite editors directory
    RewriteCond %{REQUEST_URI} !^/editors [NC]
    # Don't rewrite cPanel directories
    RewriteCond %{REQUEST_URI} !/cpanel [NC]
    RewriteCond %{REQUEST_URI} !/frontend [NC]
    
    
    # Don't rewrite blog directory
    RewriteCond %{REQUEST_URI} !^/blog.* [NC]
    RewriteCond %{REQUEST_URI} !^/blog-backend.* [NC]
    
    # Handle all other URIs using Zen Cart (index.php)
    RewriteRule .* index.php?%{QUERY_STRING} [L]
    
    # Do rewrite blog directory
    RewriteRule ^blog(.*)$ /index.php?main_page=blog&$1 [E=VAR1:$1,QSA,L]
    Last edited by fakeDecoy; 17 Sep 2013 at 03:20 AM.

 

 

Similar Threads

  1. Intergrating WordPress Blog onto site - issues with Permanlinks
    By hakatours in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 15 Apr 2010, 03:46 AM
  2. Embedding ZC In a Blog Page??
    By gabstero in forum General Questions
    Replies: 7
    Last Post: 16 Apr 2009, 06:17 PM
  3. Style Issues - 2 Questions
    By traciboyle in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 21 Jan 2008, 03:26 PM
  4. PayPal eCheck Issues & Questions
    By fepb in forum Addon Payment Modules
    Replies: 14
    Last Post: 3 Apr 2007, 06:24 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR