PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I followed several tutorials for rewriting URL for dinamic to static (i.e products?id=2 to products/2/name_of_product) but I have a problem when I type the modified URL the browser loads the page without images and the CSS style assigned to the HTML elements in the page.
The code is classic for the mod_rewrite ():
the rewrite rules
The paths in your resulting HTML probably don't exist. They likely point to the current directory or a child of it. They probably need to point to the root.