View Single Post
Old 05-14-2007, 01:23 PM  
EBORG9
Confirmed User
 
Join Date: Oct 2006
Location: Sin City
Posts: 1,823
I have this in my .htacess file:
_____________________________________
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond &#37;{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
__________________________________
Where exactly would you put this, to make it function properly, before, or after?
EBORG9 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote