It is currently Mon Feb 13, 2012 3:05 am

News News of phpBB2 Advanced mod Rewrite

Site map of phpBB2 Advanced mod Rewrite » Forum : phpBB2 Advanced mod Rewrite

phpBB2 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting categories, forums and topic titles in their URLs.

.htaccess error

I install the mod again and trying to find the template error.but now i getting another problem.firstly i install in on my pc(local server) then i reupload the file and install it.

here's the .htaccess:


# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>

# You may need to un-comment the following line
# Options +FollowSymlinks
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO ADD THE WWW ...
Read more : .htaccess error | Views : 1228 | Replies : 6


Not removing sid

Hi there,

I have installed this modification, but I still have SIDs in url for anonym users... I have fixed it by this in function append_sid:
Code: Select all
if ( !empty($SID) && !preg_match('#sid=#', $url) && $userdata['session_logged_in'] )

but now I can't access ACP... Can somebody help me to fix it?

Thank you
Read more : Not removing sid | Views : 830 | Replies : 3


Need Major Help !! problem installing mod

im totally a newb to all this :roll: and i tried to install the mod, but it looks like i screwed my site up more

i get this error when i visit my website
Parse error: syntax error, unexpected T_GLOBAL, expecting '{' in /home/a8605991/public_html/includes/functions.php on line 1551


My line 1551 in that file looks like this
global $phpbb_seo, $phpEx;


If one of the admins would be kind enough to look at the mistakes i have made i will give them access to my files

plz help
Read more : Need Major Help !! problem installing mod | Views : 787 | Replies : 1


phpBB Newbie Advanced URL Rewrite doesn't quite work...

I have just setup phpBB 3.02 with GYM Sitemaps 2.0.B2.

I want to turn on url rewriting and GYM sitemaps mod seems to provide it, there is an option to turn it on in ACP.

Sitemaps and RSS feeds seem to work ok when the URL Rewrite is turned on however I am still left with the following forum links on the board index:

http://www.bournemouth-surf-reef.com/viewforum.php?f=1
http://www.bournemouth-surf-reef.com/viewforum.php?f=3
http://www.bournemouth-surf-reef.com/viewforum.php?f=4
http://www.bournemouth-surf-reef.com/viewforum.php?f=5

But I would like them to include the ...
Read more : phpBB Newbie Advanced URL Rewrite doesn't quite work... | Views : 1197 | Replies : 4


helping to change codes for being compatibe with advance

hi.
i have a scroll that show the last posts on my forum.
i installed and tested the advanced rewrite mod on localhost and it shows that normal URL like viewtopic.php?f=3
so i want to change it to be compatible with advanced rewrite mod:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
a:link {
color: #004477;
text-decoration: none;
}
a:visited {
color: #990000;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: none;
}
-->
</style>
</head>

<body bgcolor="#F4F6FB">
<?php
$lang['ENCODING'] = 'UTF-8';
$lang['DIRECTION'] = "rtl";
$lang['LEFT'] = "right";
$lang['RIGHT'] = "left"; ...
Read more : helping to change codes for being compatibe with advance | Views : 832 | Replies : 4


 

Login  •  Register


Statistics

Total posts 40479 • Total topics 8395 • Total members 15099