Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please help re fancy urls and htaccess
#1
I have done a search on the forum and I think my problem is fancy urls and the htaccess file. The index page is showing but any other page I add gets a 404 error if I have fancy urls on. They show up fine when I turn fancy urls off. I have GS in the root folder (I think that is what it is called ie www.MYURL.com/index.php is the index page.

This is the contents of my htaccess file:
Code:
AddDefaultCharset UTF-8
RewriteEngine on

# Usually it RewriteBase is just '/', but
# replace it with your subdirectory path
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [QSA,L]

Please let me know what I need to do to turn fancy urls back on!
Reply


Messages In This Thread
Please help re fancy urls and htaccess - by banter - 2010-04-02, 07:09:31



Users browsing this thread: 1 Guest(s)