tunczyk
Forum Replies Created
-
Forum: Installing WordPress
In reply to: port WordPress MySQL to PgSQL :)Has someone of Honorable forum-user already done this conversion on the basis of the last version? Stable if it works? Today I tried to put a wordpress on bass PgSQL because I prefer to full open source software. I am wondering if anyone of you has already been working on postrgess and has already done that conversion?
the conversion description: http://wordpress-pg.sourceforge.net/
My MySQL-wordpress blog is here: drzwi gerdaForum: Fixing WordPress
In reply to: Mod Rewrite RedirectingMy english is bad (I support the google translator)
I wanted to turn modrewrite – in Personal structure write
/%postname%,%post_id%.html
My .htaccess is:
RewriteBase /
RewriteEngine OnRewriteRule ^wp-content/(.*)$ wp-content/$1 [L]
RewriteRule ^wp-admin/(.*)$ wp-admin/$1 [L]
RewriteRule ^wp-includes/(.*)$ wp-includes/$1 [L]RewriteRule ^(.*),(.*).html$ index.php?$1,$2.html [L]
RewriteRule ^(.*) index.php?$1 [L]My wordpress blog Drzwi work fine, but i not login to wp-admin 🙁
If you write:
http://blog.drzwi-gerda.com/wp-login.php?redirect_to=http%3A%2F%2Fblog.drzwi-gerda.com%2Fwp-admin%2F%3Fwp-admin
and nothing happens. I must change .htaccess to .!htaccess to sign-up
Finally, I made another form of rewrite /aaa-bbb-ccc/ for examplePlesa helpe me, where is the error?