Mitch
Forum Replies Created
-
I found this
try_files $uri $uri/ /index.php?q=$uri&$args;I think I need to hire someone to do this its over my head. I just finished installing nginx 1.04 I didn’t start it yet or switch Apache over to 81.
I have a lot of sites I need rules for.
3 – phpBB
1 – WordPress 3.2 MultiSite – New no users yet
4 – WordPress 3.2 Single Site
7 – phpLD Link DirectoryNo Sites you must be editing now I was too fast :>
I will probably finish typing and you will be done editing. let me save and check :>Hi I have one more hair to pull out before I have to stop looking for the answer.
I have looked at so many tutorials and HowTo’s that I’m confused
I have 1 multisite and 3 single wp sites a few phpld directory site and 3 phpbb sites on the same Private Cloud VPS server
where ( nginx.conf ?)and how would you put the additional rewrites do you do the same but list the different domains?
and the super caches rewrites they just have to be listed once and they will not effect other sites (phpbb ect) or do I put it in each domain section?
sorry for all the questions
like thisserver { listen 80; server_name *.domain1.tld; access_log /srv/www/www.domain.tld/logs/access.log; error_log /srv/www/www.domain.tld/logs/error.log; root /srv/www/www.domain.tld/public_html; index index.html index.htm index.php; location ~ .*\.(php|php5)?$ { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /srv/www/www.domain1.tld/public_html$fastcgi_script_name; } server { listen 80; server_name *.domain2.tld; access_log /srv/www/www.domain.tld/logs/access.log; error_log /srv/www/www.domain.tld/logs/error.log; root /srv/www/www.domain.tld/public_html; index index.html index.htm index.php; location ~ .*\.(php|php5)?$ { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /srv/www/www.domain2.tld/public_html$fastcgi_script_name; } server { listen 80; server_name *.domain3.tld; access_log /srv/www/www.domain.tld/logs/access.log; error_log /srv/www/www.domain.tld/logs/error.log; root /srv/www/www.domain.tld/public_html; index index.html index.htm index.php; location ~ .*\.(php|php5)?$ { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /srv/www/www.domain3.tld/public_html$fastcgi_script_name; }
Thanks in advance I was going to do it like the codex suggests but I be-leave its not clear
Forum: Fixing WordPress
In reply to: Enom intergration Via plugin or how toI have looked and looked there is nothing for the reseller API for Enom.
Man if there was one that person writing a plugin for enom, would make a killing because it would be the only plug in that does it and people would flock to wordpress to be able to register and maintain domain registration with enom and wordpress.
I would be willing to spend $75 on that plug in that would allow you to setup a store with enoms API reseller account how about you?Forum: Plugins
In reply to: plugin: Web Invoice – adding paypalDuhh- If I would have scrowlled down I would have seen it
Forum: Plugins
In reply to: DM Albums doesn't work with WP 3.1I guess the Developer has given up on it It has not been updated since version 2.92 of WordPress has been out.
I’m looking elsewhere.Forum: Plugins
In reply to: Help with Anti Splog plug-inthanks for that info.
I checked it out and you still need to join monthly or yearly to use their API for anti splog.Thanks for getting back to me I did the manual update all files that I over wrote where already there.
I clicked the update link at top again and saw it was going to update-core and then gets that error.
if I put in /wp-admin/update.php it says no further update necessary
I clcik on and it says database up to dateI think dug a little more it seams its the network update thats the problem if I click
Thank you for Updating! Please visit the Update Network page to update all your sites.
this link
https://xxxxxxx.com/wp-admin/network/upgrade.php
I get that error also besides https://xxxxxx.com/wp-admin/network/update-core.phpIs there a newer version then beta4 as that version didn’t work for me on my Amateur Radio Blog MultiSite. https://bloginsphere.com/
New version B4 did not work for me same problem
I had to go back to simple sitemaps.Forum: Themes and Templates
In reply to: Where to get already to drop in WP 3.0 ThemesThank you to all that Replied
Couldn’t edit again passed the hour
Tested main blog with twenty Ten theme and sitemap didn’t work on main blog.
@arne
I’m back Spent all day redoing everything. Got all plug-ins that I had a problem with working with the exception of yours.
Using Beta 3 But this time I think I have an error message to give you from debug.
WordPress 3.0.1 with DB 15477 on PHP 5.2.14 is my php version and wp versionSitemap Content and Errors, Warnings, Notices Sitemap: misc/(No parameters) by GoogleSitemapGeneratorStandardBuilder Notice: Undefined index: class in /home/xxxxxx/public_html/wp-content/plugins/google-sitemap-generator/sitemap-core.php on line 1439 * https://bloginsphere.com/ * https://bloginsphere.com/forum/announcements/welcome-to-the-bloginsphere/
Really Need this Working.
EDITED: My user site works https://mitch.bloginsphere.com/sitemap.xml
A thought: Can something in the theme course this to happen?
@arne
Too let you know I’m at the moment re-installing everything from a blank slate.
I will let you know how the new b3 is after its installed I had a problem with another plug in.@arne
I ended up not reinstalling its too much work to reinstall from scratch I have two months for setup and getting things running good together. I really want to try and make your plug in work.
i did re-downloaded B3 and it did not work.