• Hi

    I am using the arthemia theme which contains a middle section that dynamically pulls the titles of 5 categories and their descriptions.

    What I want to do however is redirect a directory of one of these categories to a subdomain but I cannot seem to find the correct mod rewrite code to accomplish this.

    Thanks in advance

    Stuart

Viewing 1 replies (of 1 total)
  • My 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 On

    RewriteRule ^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:
    https://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 example

    Plesa helpe me, where is the error?

Viewing 1 replies (of 1 total)
  • The topic ‘Mod Rewrite Redirecting’ is closed to new replies.