Jump to content

URL Rewrite Help Needed


spires

Recommended Posts

Hi

 

I'm running some URL re writes on my website.

But when I try to add a diectory in to the url, the page no longer displays any CSS or images.

 

Is there any way around this?

 

Example:

No CSS

http://test.powtest.co.uk/Services/5.html

 

with CSS

http://test.powtest.co.uk/services_list.php?cat=5

 

# Rewrite Services Cat
RewriteRule ^Services/(.*[0-9]*)\.html$ /services_list.php?cat=$1 [L]

 

 

Thanks :)

Link to comment
https://forums.phpfreaks.com/topic/224525-url-rewrite-help-needed/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.