Forums

Apache Alias shows only pages, not category pages (1 post)

  1. yokima
    Member
    Posted 9 months ago #

    My blog is installed on www.krcla.org/blog

    I want to use Apache Alias (or .httaccess RewriteRules) to show the category
    http://krcla.org/blog/c/l/english/ ("C" is short for category) or /var/www/html/krcla/blog/index.php?cat=8

    on the URL http://krcla.org/english

    so I set up the below on apache's configuration file:
    Alias /english "/var/www/html/krcla/blog/index.php?cat=8"

    This doesn't work. When I type "krcla.org/english", IE7 takes me to the "Page" named "English". FF and Chrome simply display a blank screen. (Source page looks empty too)

    However, this one works:
    Alias /english/search "/var/www/html/krcla/blog/index.php?p=155"

    Does Alias or RewriteRules only work on pages, and not on category pages?

Reply

You must log in to post.

About this Topic

Tags

No tags yet.