Thread: Image pathing
View Single Post
  #3 (permalink)  
Old 05-22-2007, 04:51 AM
Tommy1402 Tommy1402 is offline
Junior Member
 
Join Date: Feb 2007
Posts: 26
Default

Quote:
Originally Posted by Cristian View Post
Hello,

I personally using rewrited rules for routes. URL's will look like this:

http://www.domain.com/url-_in-a-diff...ile-under-root
I'm not quite understand what you mean. All I put in .htaccess is:

Code:
RewriteEngine on
RewriteRule .* index.php

php_flag magic_quotes_gpc off
php_flag register_globals off
So, you're suggesting I add some command in my .htaccess ?
Reply With Quote