xbl12
Programmer
- Dec 12, 2006
- 66
Hi;
I got a problem with rewrite url, could anyone help me, please.
i am trying to rewrite a url to " but the browser give me
the url of " when i click a link
from the page of the " and it brings me 404 error massage.
The works i have done as following;
.htacess file
RewriteEngine On
RewriteRule ^([a-z]+)/page/([0-9]+)/$ /Category.php?catName=$1&page=$3 [L]
index.php
note: when i click any link from the following, it does the rewrite url well,
for example, give me the rewrite url with the "<a href="world/page/1/"> the world </a> <br>
<a href="country/page/1/">the country </a> <br>
Category.php
note: when i click any link from the following, it give me a funny rewrite url,
for example,a rewrite url with "<a href="world/page/8/"> the world </a> <br>
<a href="country/page/3/">the country </a> <br>
I got a problem with rewrite url, could anyone help me, please.
i am trying to rewrite a url to " but the browser give me
the url of " when i click a link
from the page of the " and it brings me 404 error massage.
The works i have done as following;
.htacess file
RewriteEngine On
RewriteRule ^([a-z]+)/page/([0-9]+)/$ /Category.php?catName=$1&page=$3 [L]
index.php
note: when i click any link from the following, it does the rewrite url well,
for example, give me the rewrite url with the "<a href="world/page/1/"> the world </a> <br>
<a href="country/page/1/">the country </a> <br>
Category.php
note: when i click any link from the following, it give me a funny rewrite url,
for example,a rewrite url with "<a href="world/page/8/"> the world </a> <br>
<a href="country/page/3/">the country </a> <br>