Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to translate the Search Engine Friendly URLs structure?
Hi!
I want to translate the structure of a vanilla forum, change ../discussion/1/... to ../mensaje/1/... ../categories/ to ../categorias/..
I know I have to change it in the .htaccess, but what is the other file that I have to change?
Thank you in advance,
I want to translate the structure of a vanilla forum, change ../discussion/1/... to ../mensaje/1/... ../categories/ to ../categorias/..
I know I have to change it in the .htaccess, but what is the other file that I have to change?
Thank you in advance,
0
This discussion has been closed.
Comments
$Configuration['REWRITE_categories.php'] = 'categories/'; $Configuration['REWRITE_index.php'] = 'discussions/'; $Configuration['REWRITE_comments.php'] = 'discussion/'; $Configuration['REWRITE_search.php'] = 'search/'; $Configuration['REWRITE_account.php'] = 'account/'; $Configuration['REWRITE_settings.php'] = 'settings/'; $Configuration['REWRITE_post.php'] = 'post/'; $Configuration['REWRITE_people.php'] = 'people/';
<a href=\"".GetUrl($Configuration['BASE_URL'], "people.php", "", "", "", "", "PostBackAction=ApplyForm")."\">hier registrieren</a>