Search found 9 matches

by redtogreen
Sun Nov 20, 2011 4:10 pm
Forum: phpBB Extensions
Topic: [phpBB3] Re-write news
Replies: 1
Views: 6332

[phpBB3] Re-write news

My phpbb3 forum is hosted by bluehost and is in a subfolder of the root sue to other web sites being hosted on the same account. root is html_public, my site is under that in a folder called ctkn. To overcome this I already have some re-write rules as follows: # Use PHP5 Single php.ini as default Ad...
by redtogreen
Sat Nov 12, 2011 12:30 pm
Forum: phpBB Extensions
Topic: [phpBB3] Gallery not working
Replies: 12
Views: 104779

Re: [phpBB3] Gallery not working

Perfect, thanks for your help!
by redtogreen
Sat Nov 12, 2011 10:26 am
Forum: phpBB Extensions
Topic: [phpBB3] Gallery not working
Replies: 12
Views: 104779

Re: [phpBB3] Gallery not working

[phpBB Debug] PHP Warning: in file /common.php on line 120: include(./includes/magic_seo_urls.php): failed to open stream: No such file or directory [phpBB Debug] PHP Warning: in file /common.php on line 120: include(): Failed opening './includes/magic_seo_urls.php' for inclusion (include_path='.;C:...
by redtogreen
Sat Nov 12, 2011 2:56 am
Forum: phpBB Extensions
Topic: [phpBB3] Gallery not working
Replies: 12
Views: 104779

Re: [phpBB3] Gallery not working

When I changed the code url/gallery worked but root url didn't and threw some PHP path not found errors. It seems like it needs a mix of both. Is it possible to do something like if(!defined('ADMIN_START')): include($phpbb_root_path . 'includes/magic_seo_url.'.$phpEx); elseif(!defined('ADMIN_START')...
by redtogreen
Fri Nov 11, 2011 10:57 am
Forum: phpBB Extensions
Topic: [phpBB3] Gallery not working
Replies: 12
Views: 104779

Re: [phpBB3] Gallery not working

It isn't working, it's just a workaround. http://www.comparethekeepnet.com works http://www.comparethekeepnet.com/gallery doesn't I have put a workaround on the site by changing the link for /gallery to http://www.comparethekeepnet.com/gallery/index.php I think what I need is a rule that re-writes /...
by redtogreen
Wed Nov 09, 2011 4:24 am
Forum: phpBB Extensions
Topic: [phpBB3] Gallery not working
Replies: 12
Views: 104779

Re: [phpBB3] Gallery not working

The setup is as follows: PHPBB3, gallery plugin http://www.comparethekeepnet.com http://www.comparethekeepnet.com/gallery re-write rules in .htaccess imported to IIS for top level domain there are NO re-write rules in /gallery. I deleted them in .htaccess as it was inheriting them from the top level...
by redtogreen
Wed Nov 09, 2011 1:59 am
Forum: phpBB Extensions
Topic: [phpBB3] Gallery not working
Replies: 12
Views: 104779

Re: [phpBB3] Gallery not working

OK it's done.

Site works apart from /gallery
by redtogreen
Tue Nov 08, 2011 2:48 pm
Forum: phpBB Extensions
Topic: [phpBB3] Gallery not working
Replies: 12
Views: 104779

Re: [phpBB3] Gallery not working

I have partially answered this myself!

IIS needs a .htaccess rule set to be imported from each sub folder.

How can I generate .htaccess for my /gallery folder?

Thanks
by redtogreen
Tue Nov 08, 2011 2:37 pm
Forum: phpBB Extensions
Topic: [phpBB3] Gallery not working
Replies: 12
Views: 104779

[phpBB3] Gallery not working

I run IIS 7.5 and have installed and activated the SEO pack. I have generated .htaccess and imported the rules into iis. I also have gallery installed. When I click on Gallery - nothing! http://www.comparethekeepnet.com Uncomment the SEO line in common.php and fine. The rest of the site seems fine. ...