Author Topic: www.domain.com/page/ not redirecting to index.php  (Read 941 times)

Deuce

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
www.domain.com/page/ not redirecting to index.php
« on: March 30, 2009, 10:12:14 PM »
any idea why my link is just taking me to the file view instead of directing me to the index.php file?
I am pretty sure the .htaccess is setup properly because the admin/index.php pages works fine.

thoughts appreciated.  ???

Xander

  • Developer
  • Administrator
  • Full Member
  • *****
  • Posts: 240
  • Karma: +5/-0
    • View Profile
    • CompactCMS.nl
Re: www.domain.com/page/ not redirecting to index.php
« Reply #1 on: March 30, 2009, 10:46:17 PM »
Hi Deuce,

No I don't... But I'm sure I'll be able to tell you more if you can show me e.g. the .htaccess file content, or an address of where to see it (feel free to PM me). You're not using any beta build are you? If you do it could be due to a undiscovered bug, but if you use 1.3.1 there should be no trouble..

Cheers,
Xander.
Don't ever hold back your suggestions. Help me either to improve CompactCMS or spread the word about it on sites such as Twitter, Digg, StumbleUpon, etc :). Thanks!

Deuce

  • Newbie
  • *
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: www.domain.com/page/ not redirecting to index.php
« Reply #2 on: March 31, 2009, 05:09:13 PM »
I ended up just adding
Quote
DirectoryIndex index.php
to my .htaccess file and it's working just fine now.