Apache Alias shows only pages, not category pages
-
My blog is installed on https://www.krcla.org/blog
I want to use Apache Alias (or .httaccess RewriteRules) to show the category
https://krcla.org/blog/c/l/english/ (“C” is short for category) or /var/www/html/krcla/blog/index.php?cat=8on the URL https://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?
- The topic ‘Apache Alias shows only pages, not category pages’ is closed to new replies.