Can I change the SEO urls

Discussions and support about the different URL Rewriting techniques for phpBB.

Moderator: Moderators

Can I change the SEO urls

Postby IKFT » Wed Jan 12, 2011 5:57 pm

Can I change the phpBB SEO URls to randomdomain.com/intro/random-topic
instead of randomdomain.com/intro/randomtopic.html
IKFT
 
Posts: 7
Joined: Tue Jan 11, 2011 7:56 pm

Advertisement

Re: Can I change the SEO urls

Postby SeO » Fri Jan 14, 2011 8:06 am

You can use '/' as topic url suffix instead of '.html' as explained in the install file (DIY part).
SeO
Admin
Admin
 
Posts: 6334
Joined: Wed Mar 15, 2006 9:41 pm

Re: Can I change the SEO urls

Postby kwoolf » Mon Sep 26, 2011 4:30 am

I can't find any documentation on how to remove suffixs from URLs, and I've been searching here for two days. I see to uncomment lines in the setup_phpbb_seo.php file, but I can't find instructions on how to change the htaccess to make it work. I also found var in the phpbb_seo_class.php file that adds ".html" to everything. Are there straightforward instructions on how to remove .html and .php from URLs--like an htaccess rewrite URL manual for dummies?

Kevin
kwoolf
 
Posts: 2
Joined: Sun Sep 25, 2011 7:36 am

Re: Can I change the SEO urls

Postby kwoolf » Mon Sep 26, 2011 5:38 am

I figured it out. I added the following to my setup_phpbb_seo.php file:
Code: Select all
                        $this->seo_ext['forum'] = '/';
         $this->seo_ext['topic'] = '/';
                        $this->seo_ext['resources'] = '/';
         $this->seo_ext['member'] = '/';
                        $this->seo_ext['group'] = '/';
         $this->seo_ext['post'] = '/';
                        $this->seo_ext['active-topics'] = '/';
         $this->seo_ext['unanswered'] = '/';
                        $this->seo_ext['newposts'] = '/';
                        $this->seo_ext['unreadposts'] = '/';
         $this->seo_ext['the-team'] = '/';


Then I replaced all "\.html" with forward slashes in the htaccess file. Hope that helps others.
kwoolf
 
Posts: 2
Joined: Sun Sep 25, 2011 7:36 am


Return to phpBB mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 8 guests