Ravens PHP Scripts: Forums
 

 

Search found 27 matches
Author Message
 Topic: Forum Problem please help
kguske

Replies: 12
Views: 36490

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 10:40 pm   Subject: Forum Problem please help
You mean the Forums admin icon?

Try commenting out:
<ifModule mod_alias.c>
# REMOVE INTITIAL INDEX.PHP
RedirectMatch 301 index.php/(.*) http://mystery-inc-4-life.com/press/$1 ...
 Topic: Forum Problem please help
kguske

Replies: 12
Views: 36490

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 9:57 pm   Subject: Forum Problem please help
Please put stuff like this in a code tag (as I've now modified the post), and please leave all the hundreds of deny from statements which are unnecessary for evaluation purposes.

Now, where did you ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 36490

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 8:16 pm   Subject: Forum Problem please help
i have a major problem with the forum. i keep getting a 500 internal server error on one computer and on my main computer i get a 404 error. i have gone over google and here on ravennuke and on phpnuk ...
 Topic: URL Rewrites Partially Working (DragonflyCMS)
ricktido

Replies: 11
Views: 22252

PostForum: General/Other Stuff   Posted: Mon Jan 13, 2014 9:19 am   Subject: URL Rewrites Partially Working (DragonflyCMS)
So, I contacted my web host, they provided no answer. Same at the DragonflyCMS website. So, I thought I'd ask here, maybe someone can help me. My rewrites do not work. Only some of the URLs work. Othe ...
 Topic: Adding Post Count to the Your_Account Profile Page
ricktido

Replies: 2
Views: 6256

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Apr 22, 2013 11:20 pm   Subject: Adding Post Count to the Your_Account Profile Page
Thanks. I will try that out.

And do you know if these will install without any issues?

http://www.nukecoder.com/ftopict-366-Forum_Topic_Titles_in_URL_with_GoogleTap.html
http://www.nukecoder.co ...
 Topic: ShortLinks Not Working
ricktido

Replies: 25
Views: 153474

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Apr 19, 2013 2:48 pm   Subject: Re: ShortLinks Not Working
Its only needed to put the code from the shortlinks.htaccess inside your .htaccess file. In the .htaccess file you can find some comments to activate it.

# If you use TegoNuke(tm) ShortLink ...
 Topic: specialchars in usernames
montego

Replies: 8
Views: 6508

PostForum: ShortLinks/TegoNuke   Posted: Tue Mar 05, 2013 8:29 pm   Subject: specialchars in usernames
Looks like the up-front configuration of mod rewrite in .htaccess may need to look something like this:


AddDefaultCharset UTF-8

RewriteEngine on

RewriteBase /


You don't have to have th ...
 Topic: Question about this htaccess file with Raven Nuke
derek765

Replies: 5
Views: 21707

PostForum: Security Issues   Posted: Sat Nov 24, 2012 12:51 pm   Subject: Question about this htaccess file with Raven Nuke
This is a htaccess file which I have gathered from Joomla and am wondering If replacing my current htaccess file with this one will not mess anything up with me running Raven Nuke and Nuke Sent. with ...
 Topic: ErrorDocument
n3pla

Replies: 9
Views: 8188

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Mar 15, 2012 6:45 pm   Subject: re: ErrorDocument
Here is what I was able to determine so far...

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) modules.php?name=ErrorDocuments ...
 Topic: .htaccess Errors When Running A PHP->HTML Script
transit

Replies: 9
Views: 57430

PostForum: Converting/Creating Other   Posted: Mon Nov 22, 2010 5:56 pm   Subject: .htaccess Errors When Running A PHP->HTML Script
So I am getting errors on my site when running a simple script .php that takes another .php file and creates a .html file.

It has to be in the .htaccess probably for the ob_start function I am usin ...
 Topic: Installing RN 2.40.01 with 1and1hosting.com.....
spasticdonkey

Replies: 21
Views: 63484

PostForum: Installation Help   Posted: Fri Jul 30, 2010 4:23 pm   Subject: Installing RN 2.40.01 with 1and1hosting.com.....
from the link palbin posted, as well as some other threads floating around on the internet, it looks as though 1and1 does support mod_rewrite... Do you still have this line @ the top of your htaccess ...
 Topic: Installing RN 2.40.01 with 1and1hosting.com.....
spasticdonkey

Replies: 21
Views: 63484

PostForum: Installation Help   Posted: Sun Jul 25, 2010 12:59 pm   Subject: Installing RN 2.40.01 with 1and1hosting.com.....
not sure if it will make any difference but find
RewriteEngine on
on a new line after, add
RewriteBase /
 Topic: Cannot access forum admin
Doulos

Replies: 7
Views: 14409

PostForum: v2.3 RN Issues   Posted: Mon May 11, 2009 10:25 am   Subject: Cannot access forum admin
I am getting an error when I try to access the forum admin area (all other admin functions work perfectly). When I click the forum admin button I get this:ERROR: 500 - Internal Server Error

Intern ...
 Topic: ShortLinks not working
myrtletrees

Replies: 20
Views: 35139

PostForum: ShortLinks/TegoNuke   Posted: Wed May 06, 2009 1:40 pm   Subject: ShortLinks not working
I'm back.

I'm starting a new install of Raven Nuke today.
I have followed this topic because I am having a problem with Shortlinks. All pages generate 404 errors.
I have all the shortlink.htacces ...
 Topic: ShortLinks not working
redmanu

Replies: 20
Views: 35139

PostForum: ShortLinks/TegoNuke   Posted: Sun Nov 30, 2008 7:36 am   Subject: re: ShortLinks not working
Thx r1_dave! Works for me! Cheers


Lo all

I have been spend hours to find out why it wasn't working for me. Mad
After a few miniutes back to Apache school overhere http://httpd.apache.org/docs ...
 Topic: ShortLinks not working
r1_dave

Replies: 20
Views: 35139

PostForum: ShortLinks/TegoNuke   Posted: Sun Jun 17, 2007 3:25 am   Subject: re: ShortLinks not working
Lo all

I have been spend hours to find out why it wasn't working for me. Mad
After a few miniutes back to Apache school overhere http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html

I added t ...
 Topic: Just installed RN, everything is fine but shortlinks
montego

Replies: 17
Views: 18446

PostForum: ShortLinks/TegoNuke   Posted: Fri Apr 27, 2007 6:14 am   Subject: Just installed RN, everything is fine but shortlinks
Guys, the original issue posted is in regards to ShortLinks. I am thinking the additional database thread is off-topic. Maybe it deserves its own thread? I would like to help solve the 404 issue as ...
 Topic: Does mod_rewrite Module Have to be Compiled into Apache?
Raven

Replies: 5
Views: 11638

PostForum: How To's   Posted: Sat Oct 15, 2005 10:55 am   Subject: Does mod_rewrite Module Have to be Compiled into Apache?
This might also be of assistance http://www.apacheref.com/ref/mod_rewrite/RewriteBase.html .
 Topic: rewrite rule htaccess or what?? HELP!!!!
daltoniko

Replies: 3
Views: 6408

PostForum: Post Installation Help   Posted: Fri Sep 30, 2005 6:11 pm   Subject: rewrite rule htaccess or what?? HELP!!!!
thx for your patience.

the problem was

RewriteBase /

i have the root site /preview
so:

RewriteBase /preview
 Topic: rewrite rule htaccess or what?? HELP!!!!
daltoniko

Replies: 3
Views: 6408

PostForum: Post Installation Help   Posted: Fri Sep 30, 2005 12:09 pm   Subject: rewrite rule htaccess or what?? HELP!!!!
I have installed an easy mod like googletap.

It stop to work and i don't know why.
this is the link
http://www.rubapanettoni.com/preview/index.php

if you read a news or forums ---> page not ...
 Topic: whatever is wrong with GT-NExtGEn_Beta_0.4a ?
64bitguy

Replies: 43
Views: 44266

PostForum: GT - Next Gen and Standard   Posted: Tue Jul 12, 2005 5:36 pm   Subject: whatever is wrong with GT-NExtGEn_Beta_0.4a ?
Well, I think i've asked this like twice already but WHAT VERSION OF NUKE IS THIS?

The reason for potential problems in a sub-domain with a replicated version is that if you have the same condition ...
 Topic: whatever is wrong with GT-NExtGEn_Beta_0.4a ?
64bitguy

Replies: 43
Views: 44266

PostForum: GT - Next Gen and Standard   Posted: Tue Jul 12, 2005 4:29 pm   Subject: whatever is wrong with GT-NExtGEn_Beta_0.4a ?
Aha! This is a sub-domain.

You need to make sure that your DNS information doesn't use wildcards and also that your primary domain's .htaccess has rules for handling sub-domain GT installations.
...
 Topic: Senteniel blocking site validation
SlashDot

Replies: 11
Views: 14987

PostForum: NukeSentinel(tm)   Posted: Sun Jun 19, 2005 7:28 am   Subject: re: Senteniel blocking site validation
For whatever its worth i am attaching my .htaccess file here as well just to be sure.

##########################################################################
# PHP-Nuke Platinum: .htaccess ...
 Topic: Phpnuke 7.6 patched 3.0 conflicts with Autotheme lite .8
64bitguy

Replies: 27
Views: 31827

PostForum: phpnuke 7.6   Posted: Sun Jun 12, 2005 8:53 pm   Subject: Phpnuke 7.6 patched 3.0 conflicts with Autotheme lite .8
A few things.

1) Are you running from a sub-domain or in a sub-directory?
2) Regardless of where you are running, you should have some basic .htaccess rules about your domain. When I say basic, t ...
 Topic: Google keywords url , how to combine ?
Hecuba

Replies: 9
Views: 22267

PostForum: GT - Next Gen and Standard   Posted: Wed May 25, 2005 3:13 am   Subject: re: Google keywords url , how to combine ?
I have ported it, but i am not sure if it will work for everybody, because it seems to be kind of independant of the template of the phpbb part, but i have it working on my test server (windows) which ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©