Blog
Documentation
Book a Demo
toggle menu
Categories
Discussions
Activity
Best Of...
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Best Of...
Sign In
·
Register
×
Home
›
Vanilla 2.0 - 2.8
Discussion
Clean URL
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
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
deslim
January 2011
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
Tagged:
url
seo
htaccess
friendly
.htaccess
0
Comments
xatrix
January 2011
edited January 2011
Is vanilla located at root or in a subdirectory?
Have you enabled rewriting in conf/config.php?
$Configuration['Garden']['RewriteUrls'] = TRUE;
0
deslim
January 2011
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
0
xatrix
January 2011
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.
0
deslim
January 2011
oh thanks!
0
Sign In
or
Register
to comment.
Comments
Have you enabled rewriting in conf/config.php?
$Configuration['Garden']['RewriteUrls'] = TRUE;
Oh and it's in subdirectory.
http://www.mindasiswa.com/i2/comey/index.php
RewriteBase /nameofsubdir
and of course .htaccess should remain in the subdir, NOT root.