I have checked my php code and it's working nicely..
The problem is that css , img , js and include files are not loading after rewrite...
I am working on it since last month but got negative...
Type: Posts; User: george12; Keyword(s):
I have checked my php code and it's working nicely..
The problem is that css , img , js and include files are not loading after rewrite...
I am working on it since last month but got negative...
Yes sir, Actually the URL is successfully rewriting but the problem is that, the category/ works for me as a folder ..
The a href code is <a href="category/<?php echo $category[$i];?>">test</a>...
I am using URL rewrite for my e-commerce project. I have a url like localhost/norres/category.php?category=1 and I want to change above url in localhost/norres/category/1
I am using .htaccess file...