| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
korb
Joined: 21 Aug 2008 Posts: 25
|
Posted: Fri Aug 22, 2008 2:26 pm Post subject: One more thing... |
|
|
Currently I have 3 .htaccess files.
-Joomla .htaccess with injection for basic phpBB3 rules
-bridge .htaccess in folder called forum
-and phpBB3 .htaccess in phpBB3 instalation folder called distribution
I don't know where to add the special advanced rewriting rules generated in phpBB3 SEO panel.
Can someone show me the light here?
Thank you |
|
|
| Back to top |
|
 |
|
 |
Professional PR2


Joined: 07 Apr 2008 Posts: 252 Location: 1/2 of the World
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15242
|
|
| Back to top |
|
 |
korb
Joined: 21 Aug 2008 Posts: 25
|
Posted: Sun Aug 24, 2008 2:02 pm Post subject: Thanks for this help squad! |
|
|
OK I did it my way. How?
well, I saw what is written in htaccess made using virtual root option and without virtual root.
Joomla Htaccess points to htaccess in phpBB root.
| Code: |
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteRule ^/forum/ forum/index.php [L]
|
VirtualRoot generated htaccess makes phpBB ignore other subdirectory structure of Joomla, as long as it points exactly where it is installed.
example:
| Code: |
# FORUM INDEX
RewriteRule ^forum\.html$ /joomla/forum/index.php [QSA,L,NC]
|
Last post here .
Thanks for reply |
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |