Edit History Actions Discussion

Diff for "CategoryWebapps/Wordpress"

Differences between revisions 1 and 2
Revision 1 as of 2007-06-21 14:18:22
Size: 378
Comment:
Revision 2 as of 2007-11-02 22:17:43
Size: 35
Comment: redirect
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