Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Navigation not working...
#3
Thanks for dropping by. I have an htacces file, but I think there is something missing:

AddDefaultCharset UTF-8
Options -Indexes

# blocks direct access to the XML files - they hold all the data!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy All
</Files>
<Files sitemap.xml>
Order allow,deny
Allow from all
Satisfy All
</Files>




Thats it.







(2013-08-29, 06:20:08)Carlos Wrote: Your top links use the default GS structure, SITE/index.php?id=page, but your left-side ones are like SITE/page - and it seems rewrite rules are not working. Do you have an .htaccess file in the site root?
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: 2 Guest(s)