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.

invites and htaccess

bobthemanbobtheman
edited April 2010 in Vanilla 2.0 - 2.8
when sending invites in v2 its assuming i have htaccess setup and its ommitting the .index.php ... so all the invites ive sent are useless because the links dont work. I'm unable to install on a sub directory because i cant get the htaccess to work properly from the get go.... and ive been playing with the htaccess file all night with no luck. Host is godaddy and default htaccess looks like this
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
</IfModule>
ive tried adding in the rewritebase /.. and adding in ? before the $ .. ive added all sorts of rewriterule and i cant figure this out to save my life.

Comments

  • attempted to install the new RC branch into a sub directory with no luck, and have had no luck getting my htaccess to work right either. :(

Sign In or Register to comment.