n00bie Challenge

Status
Not open for further replies.
AAMOF? Fuckkkk... [google] .. "As a matter of fact"... damn.... Didn't think any acronym would faze me anymore.

::emp::
 


I don't use WPMU, i was going to, got it all installed and everything. But gave up when it came to modifiying my server or some shit. I couldn't be arseholed.

If anyone fancies guiding me through i would be very appreciative.
 
I don't use WPMU, i was going to, got it all installed and everything. But gave up when it came to modifiying my server or some shit. I couldn't be arseholed.

If anyone fancies guiding me through i would be very appreciative.

I use DreamHost for DNS and a different host for Apache. It was a matter of me emailing DH support and asking them to "setup a wildcard DNS for my domain" which they then told me I could have done myself (know next time) - and emailing the Apache host and pointing them to this page for this

Code:
2. In the <Directory> directive of your virtual host, look for this 
line
"AllowOverride None"
and change it to
"AllowOverride FileInfo Options"

3. In the <VirtualHost> section of the config file for your host there
will be a line defining the hostname. You need to add the following
if you want virtual hosts to work properly:
"ServerAlias *.domain.tld"
Replace domain.tld with whatever your one is, and remove the quotes.
Once those were both done ... WPMU just worked!
 
smap, can you go into details on how to setup that wildcard DNS?

Thanks,
::emp::
 
smap, can you go into details on how to setup that wildcard DNS?

Thanks,
::emp::

For DreamHost ... if you're familiar with creating custom DNS records there, as far as I can tell from looking at what support did, it's just a matter of adding a CNAME of "*" (without quotes) pointing to your domain.tld. If unsure - just ask 'em. They did mine quick!

I can help ya more tomorrow if needed ... family night tonight!
 
Fucking edit limit!

Right, so i have the wildcards sorted.

Next up is "AllowOverride FileInfo Options" and "LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so"

Anyone know how to do this on cPanel?
 
Fucking edit limit!

Right, so i have the wildcards sorted.

Next up is "AllowOverride FileInfo Options" and "LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so"

Anyone know how to do this on cPanel?

Doesn't your hosting provider already have mod_rewrite on, if it does then you don't need to add that line, if you are using a virtual host like Apache then in the http.config file the loadmodule line is usually commented out just remove the # from the start of the line and it should work fine.

However if you want to do this online and your host has mod_rewrite turned off then yeah I'm not sure how you would go about doing it other then asking them to turn it on for you.
 
Bam Bam,

I am curious to know if the plugins contained in your wordress.zip file work with WMU. Mind updating us on the compatibility?
 
Cheers Aequitas, my hosting company are really pissed at me right now, account SUSPENDED! BAN HAMMER! lol

SCapitalist: I'm not too sure, once i get my hosting back i'll see what works.
 
Awesome! Great to see so much participation so early in the game!

Looks like I need to clarify a few things:
  1. How you build your sites / landing pages is unimportant. I'm using WPMU, but that doesn't mean you have to. I may even do some static sites for shits and giggles.
  2. Reading and learning is great, but your learning will accelerate like crazy by doing. So, IMO, it's best to jump in with both feet.
  3. If you are uncomfortable with scripts like WP, but have some basic HTML knowledge, build a static site and go from there. If you need help installing Wordpress or another script, ask for help. If I can't help, then there is probably someone else that can.
Turbolapp asked me via PM what the next step is after getting Wordpress installed. Well, let's start by pointing people to this thread for the definitive answer. I'll provide the short answer.

After I get Wordpress installed, I'll upload several different themes and plugins. Once I get the themes and plugins uploaded, I'll go about setting all the options I want and turning on the plugins.

This is the list of options I change / edit:
  • Under Options, I edit the tagline, blog address (if needed), membership and what day of the week to start on. WP defaults to Monday, I like it to start on Sunday. Then hit "Update" to save.
  • Next, I go to the Writing tab and add some additional sites to ping under Update Services. This is the list I currently use:
    Code:
    http://rpc.pingomatic.com
    http://www.blogpeople.net/servlet/weblogUpdates
    http://bulkfeeds.net/rpc
    http://ping.myblog.jp
    http://ping.bitacoras.com
    http://ping.bloggers.jp/rpc/
    http://bblog.com/ping.php
It seems that the "Update Services" option isn't in WordPressMU, should I ignore this? I am really new to it, are WordPressMU and WordPress the same thing?:xomunch:
 
[/list]It seems that the "Update Services" option isn't in WordPressMU, should I ignore this? I am really new to it, are WordPressMU and WordPress the same thing?:xomunch:

Under Options---->Privacy make sure you have the option "I would like my blog to be visible to anyone who visits, including search engines, archivers and in public listings around this site." Checked off then once you go under......................ummmm..........................ummm...............ok what the fuck the ability to ping is gone in MU as well.

As for MU and Wordpress being the same thing the answer is yes they are 100% the same core program, you see MU was built directly on top of Wordpress but the two guys who are building MU like to do things pre-maturely and I'm sure they have there reasons for it but there are still lots of little things that they need to clean up.

I've basically already hacked down most of the new MU code and tweaked some chuncks on my own installs to support some of the old features that I MU wen't ahead and changed but to put it simply yes MU is the same as WP.
 
the ping thingie is under Site Admin -> Edit (of the specific blog) then down the long list there is an input field Ping Services, you heave to seperate by newline though so either copy&paste or change the field to a textarea.
 
the ping thingie is under Site Admin -> Edit (of the specific blog) then down the long list there is an input field Ping Services, you heave to seperate by newline though so either copy&paste or change the field to a textarea.

Aha - awesome - thanks! I looked for that several times..
 
Status
Not open for further replies.