Install WordPress

By mrredhead

How to install WordPress on your SME Server

from: http://wiki.contribs.org/WordPress

yum --enablerepo=smecontribs install smeserver-wordpress
signal-event post-upgrade;

wanneer .htaccess gebruikt wordt voor bv permalinks dient nog wel het volgende commando op SME server gezet te worden
# /sbin/e-smith/db accounts setprop <ibayname> AllowOverride All
# /sbin/e-smith/db accounts setprop <ibayname> FollowSymLinks enabled
òf
# config setprop Primary AllowOverride All
# config setprop Primary FollowSymLinks enabled
# config setprop wordpress domain www.<domain>.nl

wanneer bovenstaande regel wordt gebruikt werkt webmail niet meer!!!

# /sbin/e-smith/signal-event ibay-modify <ibayname> 

goto the wordpress installation webpage on your server
http://<domain>/wordpress

follow the instructions

Set the Blog title: <title>
Set the date format to: j F Y
Set the time to format to: G:i

Redirect naar de wordpress url
<meta http-equiv="refresh" content="0;url=http://domain>/wordpress">
or
<?php
header("Location: http://www.<domain>.nl/wordpress"); /* Stuur de browser naar www.site.nl */
exit;
?>

Categorie:

Reageer