Revision 1 as of 2007-06-21 14:18:22

Clear message
Edit History Actions Discussion

CategoryWebapps/Wordpress

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.