Exactly like that: I would like to make /forum/ to be the prefix and not the "suffix".
Is it possible by modifying htaccess? How?
Thanks for any reply
Moderator: Moderators


########## Begin - RokBridge - phpBB3 edition SEF Section
#
# The following rules need to be added to the Joomla! 1.5
# .htaccess file to allow the bridge to work in SEF mode.
# See also the bridge configuration.php file for details.
# Dont' use the rule below, it's needs optimisation and
# will not work correctly
# RewriteRule ^/forum/distribution/ forum/index.php [F,L]
# Place the below 4 lines in the Joomla! .htaccess file you
# can find in your Joomla! 1.5 root directory.
#
# The lines should be placed before the Joomla! Core SEF
# section.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteRule ^/forum/ forum/index.php [L]
########## End - RokBridge - phpBB3 edition SEF Section
Not Found
The requested document was not found on this server.
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{HTTP_HOST} !^www\.domain\.ro$ [NC]
RewriteCond %{HTTP_HOST} !^(www|forum)\.domain\.ro$ [NC]

www/<=>www.example.com => joomla
www/forum/ <=> forum.example.com => phpbb3


Users browsing this forum: No registered users and 11 guests