i'm trying to make my urls search engine friendly by removing the query strings and using apaches look back $PATH_INFO function...
the only thing is that when i put a backslash in front of .php it knocks out my CSS... for example
this is my css include...
this is my regular url query string...
and this is my SEO friendly url which knocks out the css...
i've isolated it down to the 'backslash' directly in front of the .php/ extension. when i include it, it just knocks out the css
any takers on how i can correct the problem?
the only thing is that when i put a backslash in front of .php it knocks out my CSS... for example
this is my css include...
Code:
<link rel="stylesheet" href="_tools/modules/_css/admin.css" type="text/css" />
this is my regular url query string...
and this is my SEO friendly url which knocks out the css...
i've isolated it down to the 'backslash' directly in front of the .php/ extension. when i include it, it just knocks out the css
any takers on how i can correct the problem?