JLA - Posts

Return to advanced search

Re: Problem with PHPBB SEO on phpbb2

Yes we did

This code had to be added at the top of the affect pages

Code: Select all
if (isset($_SERVER['HTTP_X_REWRITE_URL']))
{
$_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_REWRITE_URL'];
}


Everything seems to be better at http://www.starstyleinc.com
by JLA
Sun Apr 19, 2009 11:01 pm
 
Forum: phpBB2 SEO MODS
Topic: Problem with PHPBB SEO on phpbb2
Replies: 8
Views: 714

Re: Problem with PHPBB SEO on phpbb2

So I guess that my above post is irrelevant. Sorry, I did not even know that windows server could run a .htaccess file. You could still try to use an httpd.ini instead, or ask where isapi_rewrite is supported. The .htaccess is available by using ISAPI Rewrite. It functions just as this does on Apac...
by JLA
Wed Apr 15, 2009 2:04 pm
 
Forum: phpBB2 SEO MODS
Topic: Problem with PHPBB SEO on phpbb2
Replies: 8
Views: 714

Re: Problem with PHPBB SEO on phpbb2

dcz wrote:mm, windows server can really be a pain, could you post your httpd.ini here ?
Or do you only use an .htaccess ?


Only the .htaccess is being used

Thanks
by JLA
Fri Apr 10, 2009 3:41 pm
 
Forum: phpBB2 SEO MODS
Topic: Problem with PHPBB SEO on phpbb2
Replies: 8
Views: 714

Re: Problem with PHPBB SEO on phpbb2

Try to drop : # FORUM PROTECTION RULE RewriteRule ^[a-z0-9_-]+/([^/]+\.html)$ /index.php [R=301,NC,L] It's not useful with the zero dupe anyway, and could be the guilty one here. Now, I'm surprised to see that you did not have to tweak your rewriterules more than that, I have few experience with is...
by JLA
Tue Apr 07, 2009 2:22 pm
 
Forum: phpBB2 SEO MODS
Topic: Problem with PHPBB SEO on phpbb2
Replies: 8
Views: 714

Problems on PHPBB2

We have a site we are moving from a Linux server to a Windows Server. We are also changing the domain name of the site Everything seems to be working on the linux server but when moving to the windows server ran into some problems 1st - since URL rewrite was being used on Linux - needed to have this...
by JLA
Mon Apr 06, 2009 11:29 pm
 
Forum: phpBB2 mod Rewrite
Topic: Problems on PHPBB2
Replies: 1
Views: 888

Problem with PHPBB SEO on phpbb2

We have a site we are moving from a Linux server to a Windows Server. We are also changing the domain name of the site Everything seems to be working on the linux server but when moving to the windows server ran into some problems 1st - since URL rewrite was being used on Linux - needed to have this...
by JLA
Mon Apr 06, 2009 11:28 pm
 
Forum: phpBB2 SEO MODS
Topic: Problem with PHPBB SEO on phpbb2
Replies: 8
Views: 714

Return to advanced search