- Joined
 - Mar 13, 2005
 
- Posts
 - 4,661
 
- Reaction score
 - 184
 
I hate mod rewrite and dont think I've ever managed to get it to work from scratch.
I have these two urls:
domain.co.uk/directory/test.php?category=name
domain.co.uk/directory/test.php?category=name&page=1
Which I would like to rewrite to:
domain.co.uk/directory/category/name
domain.co.uk/directory/category/name/1
Can anyone please give me the line(s) that need to go in the .htaccess file to make this work?
Appreciated, Grant
	
		
			
		
		
	
				
			I have these two urls:
domain.co.uk/directory/test.php?category=name
domain.co.uk/directory/test.php?category=name&page=1
Which I would like to rewrite to:
domain.co.uk/directory/category/name
domain.co.uk/directory/category/name/1
Can anyone please give me the line(s) that need to go in the .htaccess file to make this work?
Appreciated, Grant