Edit History Actions Discussion

Diff for "CategoryWebapps/Wordpress"

Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2007-06-21 14:18:22
Size: 378
Comment:
Revision 3 as of 2008-02-17 20:00:59
Size: 35
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Wordpress =

How to get wordpress to work on Blinkenshell.

Change the absolute URLs in the wp_options table to something sensible like http://username.blinkenshell.org/ instead of 192.168.xx

If you want to use nice URLs, change

{{{RewriteRule . /index.php [L]
}}}

to something like:

{{{RewriteRule . /~username/index.php [L]
}}}

in your .htaccess-file.
#REDIRECT Howto/Webpage/Wordpress