Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Blogs and Blogging (http://www.greenguysboard.com/board/forumdisplay.php?f=8)
-   -   wordpress members area? (http://www.greenguysboard.com/board/showthread.php?t=52441)

phatbiatch 2009-04-18 06:58 PM

wordpress members area?
 
Ok so I decided to build a new paysite after a long hiatus and I've set the members area up with using wordpress. So I've submitted to ccbill and they go to install the .htaccess and it brings the wordpress blog up with a 404. Can't do anything with the blog until I took out the .htaccess file and then everything was running smoothly again.

Has anyone used wordpress as their CMS/landing page to run the members area off of and have you run into this problem as well? If so what was your work around? Thanks for any help |banghead|

cd34 2009-04-18 07:33 PM

In the .htaccess that ccbill created, at the bottom, put:

Code:

# BEGIN WordPress

RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]


# END WordPress


phatbiatch 2009-04-18 07:57 PM

yes, I actually had done that as well. Took it from another of my blogs and just changed it to the directory of this current blog, still won't let the blog work properly. I had it set CHMOD to 666, still no luck. Thank you for the suggestion though.

AutumnSeave 2009-04-22 12:53 AM

Did you get this fixed yet phatbiatch? I've been thinking about using WP for the paysite that I'm working on as well so it's good to anticipate possible problems and what the fix might be. :)


All times are GMT -4. The time now is 03:01 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc