phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
Warning: include() [function.include]: Unable to access

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Advanced mod Rewrite
::  
Author Message
Sparrow



Joined: 03 Jan 2007
Posts: 36

Warning: include() [function.include]: Unable to accessPosted: Fri Oct 05, 2007 6:01 am    Post subject: Warning: include() [function.include]: Unable to access

You can see the error message at
Code:
http://malluhut.org/malayalam/


This is my current htaccess file
Code:
RewriteEngine on
RewriteBase /
RedirectMatch permanent ^/$ http://www.malluhut.org/malayalam/

#########################################################
# SEO REWRITE RULES                          #
#########################################################
# AUTHOR : DCZ
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
# RewriteRule ^malayalam/index\.html$ /malayalam/index.php [QSA,L,NC]
# FORUM PROTECTION RULE
# RewriteRule ^malayalam/[a-z0-9_-]+/([^/]+\.html)$ /malayalam/index.php [R=301,L,NC]
# CATEGORIES
RewriteRule ^malayalam/[a-z0-9_-]*-c([0-9]+)\.html$ /malayalam/index.php?c=$1 [QSA,L,NC]
# PAGINATED FORUM
RewriteRule ^malayalam/[a-z0-9_-]*-f([0-9]+)-([0-9]+)\.html$ /malayalam/viewforum.php?f=$1&start=$2 [QSA,L,NC]
# FORUM
RewriteRule ^malayalam/[a-z0-9_-]*-f([0-9]+)\.html$ /malayalam/viewforum.php?f=$1 [QSA,L,NC]
# PAGINATED TOPIC
RewriteRule ^malayalam/[a-z0-9_-]*-t([0-9]+)-([0-9]+)\.html$ /malayalam/viewtopic.php?t=$1&start=$2 [QSA,L,NC]
# TOPIC
RewriteRule ^malayalam/[a-z0-9_-]*-t([0-9]+)\.html$ /malayalam/viewtopic.php?t=$1 [QSA,L,NC]
# POST
RewriteRule ^malayalam/post([0-9]+)\.html$ /malayalam/viewtopic.php?p=$1 [QSA,L,NC]
#PROFILES
RewriteRule ^malayalam/member([0-9]+)\.html$ /malayalam/profile.php?mode=viewprofile&u=$1 [QSA,L,NC]
# END malayalam PAGES
#####################################################


I am using the latest sitemap mod

Code:
http://malluhut.org/sitemap.php

Its also showing errors

Btw i first installed site map and then Advanced Mod Rewrite
And all went kaput Laughing
A lil Help DCZ
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

Warning: include() [function.include]: Unable to accessPosted: Fri Oct 05, 2007 7:09 am    Post subject: Re: Warning: include() [function.include]: Unable to access

Have you uploaded the phpbb_seo/ folder with it's content in the malayalam/ folder ?

Looks like the files aren't there.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
Sparrow



Joined: 03 Jan 2007
Posts: 36

Warning: include() [function.include]: Unable to accessPosted: Fri Oct 05, 2007 3:53 pm    Post subject: Re: Warning: include() [function.include]: Unable to access

SeO wrote:
Have you uploaded the phpbb_seo/ folder with it's content in the malayalam/ folder ?


Oh my fault i thought it should have been in malluhut.org/ main directory instead of malayalam

Now it works perfectly man Laughing

btw check if my sitemap is fine (i mean are they showing correct URLS ?)
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Warning: include() [function.include]: Unable to accessPosted: Sat Oct 06, 2007 10:00 am    Post subject: Re: Warning: include() [function.include]: Unable to access

It's working nicely, you could activate mod rewrite for the gym sitemap mod, you'd just need to add the few rewriterules given in the mod's install, but it's already outputting the proper links to the forum : -http://malluhut.org/sitemap.php?forum=1


It's as you wish, you can submit it as is, but it's pretty easy to activate mod rewrite so, it can be nice too.
Have you taken a look to the acp, you can activate styling as well as many other things.


++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Sparrow



Joined: 03 Jan 2007
Posts: 36

Warning: include() [function.include]: Unable to accessPosted: Wed Oct 10, 2007 9:58 pm    Post subject: Re: Warning: include() [function.include]: Unable to access

How can i remove this Index, Viewforum and viewtopic from the title of my forum ?
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 809

Warning: include() [function.include]: Unable to accessPosted: Thu Oct 11, 2007 4:09 am    Post subject: Re: Warning: include() [function.include]: Unable to access

Install this: http://www.phpbb-seo.com/boards/phpbb3-seo-toolkit/optimal-titles-vt1289.html

_________________
Dan Kehn
Back to top
Visit poster's website
Sparrow



Joined: 03 Jan 2007
Posts: 36

Warning: include() [function.include]: Unable to accessPosted: Thu Oct 11, 2007 9:16 am    Post subject: Re: Warning: include() [function.include]: Unable to access

Great it worked out easily Smile

Btw I am planning to use the following ar my robots.txt file
is it fine ? should anything be removed or added ?

Code:
User-agent: *
Disallow: /malayalam/templates/
Disallow: /malayalam/memberlist.php
Disallow: /malayalam/profile.php
Disallow: /malayalam/search.php
Disallow: /malayalam/groupcp.php
Disallow: /malayalam/posting.php
Disallow: /malayalam/privmsg.php
Disallow: /malayalam/viewonline.php
Disallow: /malayalam/modcp.php
Disallow: /malayalam/admin
Disallow: /malayalam/cache
Disallow: /malayalam/docs
Disallow: /malayalam/includes
Disallow: /malayalam/language
Disallow: /malayalam/mods
Disallow: /malayalam/mx_ggsitemaps
Disallow: /malayalam/phpbb_seo
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Warning: include() [function.include]: Unable to accessPosted: Thu Oct 11, 2007 10:37 am    Post subject: Re: Warning: include() [function.include]: Unable to access

You'll find a suggested robots.txt in the release thread : http://www.phpbb-seo.com/boards/advanced-mod-rewrite/advanced-seo-url-vt43.html

You should at least add the /post disallow.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Sparrow



Joined: 03 Jan 2007
Posts: 36

Warning: include() [function.include]: Unable to accessPosted: Thu Oct 18, 2007 11:21 am    Post subject: Re: Warning: include() [function.include]: Unable to access

Hi DCZ i think something is wrong all my links are having session ids
I have edited the sessions.php using cyberaliens mod but it doesn't seem to work
What mod have you used in here ?

Code:
http://www.google.com/search?q=site%3Amalluhut.org


Btw do you know how to add a right sided block of google ads in phpBB
like this forum
Code:
http://www.chip-india.com/townsquare/
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Warning: include() [function.include]: Unable to accessPosted: Sun Oct 21, 2007 3:39 pm    Post subject: Re: Warning: include() [function.include]: Unable to access

The cyber alien guest sessions mod only makes sure no SId will show up, it does nothing for the ones already indexed.

So you just need to install the zero duplicate mod in order to see these links HTTP 301 redirected.


To add a column, you could start a new table with two columns in overall_header.tpl, and close it in overall_footer.tpl. You'd use the left one for the main content (eg the index, viewforum, viewtopic bodies etc ...) and the right one to put the AdSense code.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Sparrow



Joined: 03 Jan 2007
Posts: 36

Warning: include() [function.include]: Unable to accessPosted: Mon Oct 22, 2007 2:01 am    Post subject: Re: Warning: include() [function.include]: Unable to access

dcz wrote:

To add a column, you could start a new table with two columns in overall_header.tpl, and close it in overall_footer.tpl. You'd use the left one for the main content (eg the index, viewforum, viewtopic bodies etc ...) and the right one to put the AdSense code.

No Idea on how to do that !
Can you sow a sample code Wink
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14279

Warning: include() [function.include]: Unable to accessPosted: Mon Oct 22, 2007 7:27 am    Post subject: Re: Warning: include() [function.include]: Unable to access

It may be time to start a new topic in the phpBB Forum forum (sic).

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB mod Rewrite  » Advanced mod Rewrite
Page 1 of 1

Navigation Similar Topics

Jump to: