| :: |
| Author |
Message |
Sparrow

Joined: 03 Jan 2007 Posts: 36
|
Posted: 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
A lil Help DCZ |
|
|
| Back to top |
|
 |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
Sparrow

Joined: 03 Jan 2007 Posts: 36
|
Posted: 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
btw check if my sitemap is fine (i mean are they showing correct URLS ?) |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: 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 |
|
 |
Sparrow

Joined: 03 Jan 2007 Posts: 36
|
Posted: 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

Joined: 16 Oct 2006 Posts: 809
|
|
| Back to top |
|
 |
Sparrow

Joined: 03 Jan 2007 Posts: 36
|
Posted: Thu Oct 11, 2007 9:16 am Post subject: Re: Warning: include() [function.include]: Unable to access |
|
|
Great it worked out easily
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

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Sparrow

Joined: 03 Jan 2007 Posts: 36
|
Posted: 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

Joined: 28 Apr 2006 Posts: 14279
|
Posted: 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 |
|
 |
Sparrow

Joined: 03 Jan 2007 Posts: 36
|
Posted: 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  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
|
|