RewriteCond %{REQUEST_URI} !(.*)forum
RewriteRule ^(.*)$ 101/$1 [L]
http://www.oxwall.org/forum/topic/11153
for example
http://www.oxwall.org/foroenespañol/topic/11153
If its not in language you might be stuck to rewrite rules. Sorry I didn't get back with you yesterday.
Try taking a look at this, http://stackoverflow.com/questions/1264773/rewrite-a-folder-name-using-htaccess
You can change the URL of a web page by modifying the server-side code of the website or by using URL rewriting techniques. If you have access to the server and the website's code, you can update the URL to the desired format and save the changes. If you do not have access to the code, you can use URL rewriting techniques to change the appearance of the URL without modifying the underlying code. This can be done using web server configurations or by using an .htaccess file (if using Apache server).
However, before making any changes, it's recommended to back up the original code and test the changes on a test environment to avoid any unexpected issues.
Cheers,
Ayumi @ remodeling companies near me
If you are using Oxwall, you can try the following steps:
Note: Before making any changes, it's recommended to backup your website files and database.