This is my .htaccess file code:
Code:
# mod_rewrite in use
Options +FollowSymlinks
Order deny,allow
RewriteEngine On
#RewriteRule ^driversearch/(.*)$ /search.php?device=$1 [L]
RewriteRule driversearch/(.*) /search.php?device=$1 [L]
The problem I'm having is... my relative links stop working.. it believes the /driversearch directory exists.
Any ideas on how to clear this up so that it knows that /driversearch directory doesn't exit?
Is this a problem with my php code or perhaps something with 1and1.com hosting?
Thanks in advance for the help.
-James Oliver