Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Navigation not working...
#4
Strange. The .htaccess has not been properly created when GS was installed, or someone (or something) has broken it. It's missing these lines after those you posted:

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]
Reply


Messages In This Thread
Navigation not working... - by patric1978 - 2013-08-29, 06:12:24
RE: Navigation not working... - by Carlos - 2013-08-29, 06:20:08
RE: Navigation not working... - by patric1978 - 2013-08-29, 06:27:01
RE: Navigation not working... - by Carlos - 2013-08-29, 06:37:39
RE: Navigation not working... - by patric1978 - 2013-08-29, 06:46:06



Users browsing this thread: 3 Guest(s)