Thread
:
htaccess rewrite rule help needed.
View Single Post
12-19-2011, 11:32 PM
cooldude7
Confirmed User
Industry Role:
Join Date: Nov 2009
Location: Heaven
Posts: 4,306
i tried this
RewriteEngine On
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /search.php?s=$1 [L]
</IfModule>
but if i access
domain.com/somefile.php
it goes to search.,., wtf
cooldude7
View Public Profile
Visit cooldude7's homepage!
Find More Posts by cooldude7