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.
my seo urls not working if i try to enable this i got an error message Internal Server Error
saju
New
pls help me i installed my vanilla forum in one of my sites's subdomain that is forum.example.com.so what change i need to do in my .htaccess file pls help me. i also enable my pretty urls is true.what i do
Tagged:
0
Comments
What version of Vanilla are you running?
Can you paste your current .htaccess file here?
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
yaa sure Vanilla version 2.0.18.8
Thanks.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
my .htaccess file is
modified
If you modify this file then change the above line to: # Modified
RewriteEngine On
# Certain hosts may require the following line.
# If vanilla is in a subfolder then you need to specify it after the /.
# (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
# RewriteBase /garuda-forums
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/?p=$1 [QSA,L]
sir i did it
>
modified
If you modify this file then change the above line to: # Modified
RewriteEngine On # Certain hosts may require the following line. # If vanilla is in a subfolder then you need to specify it after the /. # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum) # RewriteBase /garuda-forums RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php/?p=$1 [QSA,L]
post between
grep is your friend.
you mean i just post the above code in between this
sorry sir it wont works i got a full error message
Not on your site.
post your .htaccess between the three tilda
grep is your friend.
but it gives me an error message
Good for you :-)
There was an error rendering this rich post.
ok i got u mean just post it here rt sorry for the missunderstanding
Read lines 5-8 and follow the instructions:
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Have you followed this advice?
You could try assuming the subdomian, and its directory are named the same.
grep is your friend.
yaa i already done that but no hope its gives me the same result
grep is your friend.
thats wont work . because its in a subdomain
that in the web root .httaccess
grep is your friend.