Directory structures can be tricky. If you ask me, there is no "correct" way to do it. Depending on where you want things and how you want them to work your .htaccess file can go in the root/phpbb/ directory or in the root/ directory. Also depending on if you are trying to use some other application (like wordpress) with your phpBB-SEO installation.
For most people, the .htaccess file should go in the directory where your actual phpBB-SEO installation is.
If your site has this directory structure:http://localhost/phpbb/
Your .htaccess file should go here:
/adm
/cache
/docs
/download
/files
/gym_sitemaps
/images
/includes
/language
/phpbb_seo
/store
/styles
.htaccess
common.php
config.php
cron.php
faq.php
feed.php
gymrss.php
index.php
map.php
mcp.php
memberlist.php
posting.php
report.php
search.php
sitemap.php
style.php
ucp.php
viewforum.php
viewonline.php
viewtopic.php
You also have to consider what is contained in your .htaccess file. You might need to change the line:
- Code: Select all
RewriteBase /
to
- Code: Select all
RewriteBase /phpbb
Like I said, it all depends on what you are trying to accomplish. It is hard to write instructions that work for "everyone" when everyone's site is not the same. I probably just confused people even more
