Welcome Guest, Not a member yet? Register   Sign In
Newbie help with .htaccess problem
#2

[eluser]Avatar[/eluser]
luckily I had my htaccess file pulled up from the last time I help a guy with this problem today. This is what my htaccess looks like can we stick this thread I remember reading about htaccess problems like 2 years ago.

Code:
Options -indexes
DirectoryIndex index.php
RewriteEngine On
RewriteBase /demo/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?$1 [L]
basically remove your / after ?


Messages In This Thread
Newbie help with .htaccess problem - by El Forum - 03-06-2008, 10:52 PM
Newbie help with .htaccess problem - by El Forum - 03-06-2008, 11:49 PM
Newbie help with .htaccess problem - by El Forum - 03-07-2008, 12:23 AM
Newbie help with .htaccess problem - by El Forum - 03-07-2008, 12:35 AM
Newbie help with .htaccess problem - by El Forum - 03-07-2008, 12:53 AM
Newbie help with .htaccess problem - by El Forum - 03-08-2008, 03:27 AM
Newbie help with .htaccess problem - by El Forum - 03-09-2008, 11:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB