[phpBB3] Re-write news

Technical difficulties? Ask for help here.

[phpBB3] Re-write news

Postby redtogreen » Sun Nov 20, 2011 3:10 pm

My phpbb3 forum is hosted by bluehost and is in a subfolder of the root sue to other web sites being hosted on the same account.

root is html_public, my site is under that in a folder called ctkn.

To overcome this I already have some re-write rules as follows:

Code: Select all
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php

# Bluehost.com
# .htaccess main domain to subdirectory redirect
# Copy and paste the following code into the .htaccess file
# in the public_html folder of your hosting account
# make the changes to the file according to the instructions.
# Do not change this line.
RewriteEngine on
# Change yourdomain.com to be your main domain.
RewriteCond %{HTTP_HOST} ^(www.)?comparethekeepnet.com$
# Change 'subdirectory' to be the directory you will use for your main domain.
RewriteCond %{REQUEST_URI} !^/ctkn/
# Don't change this line.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Change 'subdirectory' to be the directory you will use for your main domain.
RewriteRule ^(.*)$ /ctkn/$1
# Change yourdomain.com to be your main domain again.
# Change 'subdirectory' to be the directory you will use for your main domain
# followed by / then the main file for your site, index.php, index.html, etc.
RewriteCond %{HTTP_HOST} ^(www.)?comparethekeepnet.com$
RewriteRule ^(/)?$ ctkn/index.php [L]


To add inveo SEO to my site, what would I need to add to common.php and would I need to change the existing re-write rules to accomodate this?

Thanks
redtogreen
 
Posts: 9
Joined: Tue Nov 08, 2011 1:31 pm

Re: [phpBB3] Re-write news

Postby ~J~ » Sun Nov 20, 2011 3:58 pm

If I understand you correctly there are no extra changes to common.php or .htaccesss file (placed in ctkn folder) required.
Magic SEO URLs are now available for
osCommerce, CRE Loaded, Zen Cart, PrestaShop, OpenCart, CubeCart, phpBB and phpBB3!
~J~
InveoStore.com Founder
 
Posts: 1056
Joined: Sat Feb 02, 2008 11:07 am
Location: Prague, Central Europe


Return to Troubleshooting

Who is online

Users browsing this forum: No registered users and 12 guests

cron