Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Clean URL

edited January 2011 in Vanilla 2.0 - 2.8
I have tried messing around with .htaccess but still can't produce friendly url.
I'm on a windows hosting CGI/PHP/ASP enabled.

Most of the config that i find pn the onternet is for Apache. Im using FastCGI.
How do I solve this, help please :(

Comments

  • edited January 2011
    Is vanilla located at root or in a subdirectory?

    Have you enabled rewriting in conf/config.php?

    $Configuration['Garden']['RewriteUrls'] = TRUE;
  • Done, clean URL is successful but the actual page is not found
    Oh and it's in subdirectory.

    http://www.mindasiswa.com/i2/comey/index.php
  • edited January 2011
    I'm not sure about FastCGI, but if it uses mod_rewrite, there's a line in .htaccess that needs to be uncommented and changed

    RewriteBase /nameofsubdir

    and of course .htaccess should remain in the subdir, NOT root.
  • oh thanks!
Sign In or Register to comment.