Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 313 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Blank News Module | |
southern Replies: 15 Views: 7027 ![]() |
![]() |
I'm stumped. I didn't find anything in .htaccess that might be causing a blank page ### Start McAfeeSECURE Code DO NOT EDIT ###
<IfModule mod_substitute.c> AddOutputFilterByType SUBSTITUTE tex ... |
|
Topic: phpNuke and .htaccess | |
neralex Replies: 8 Views: 8038 ![]() |
![]() |
1. Set back your nukeurl to:
UPDATE nuke_config SET nukeurl = 'http://www.blabla.com' 2. Delete the file: modules.php_ in your root-folder! 3. Add this to the .htaccess-file in your root- ... |
|
Topic: phpNuke and .htaccess | |
MrHandsome Replies: 8 Views: 8038 ![]() |
![]() |
Hey.
How that I go to address here http://www.blabla.com/phpNuke_old/modules.php?name=Forums to there http://www.blabla.com/modules.php?name=Forums ? I am trying to make http://www.blabla.com ... |
|
Topic: How to force domain.tld to www.domain.tld | |
Raven Replies: 10 Views: 19513 ![]() |
![]() |
If you're hosting on a UNIX server.... I use .htaccess to force www.
# force www RewriteEngine On RewriteCond %{HTTP_HOST} ^somedomain.com/$ RewriteRule ^(.*)$ http://www ... |
|
Topic: How to force domain.tld to www.domain.tld | |
jlajax Replies: 10 Views: 19513 ![]() |
![]() |
If you're hosting on a UNIX server.... I use .htaccess to force www.
# force www RewriteEngine On RewriteCond %{HTTP_HOST} ^somedomain.com/$ RewriteRule ^(.*)$ http://www ... |
|
Topic: Forum Problem please help | |
rave199 Replies: 12 Views: 36685 ![]() |
![]() |
i already deleted those extra lines you told me to comment out. All that is left is this #####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE ... |
|
Topic: Forum Problem please help | |
kguske Replies: 12 Views: 36685 ![]() |
![]() |
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: 36685 ![]() |
![]() |
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: 36685 ![]() |
![]() |
RewriteEngine on
SetEnvIfNoCase User-Agent ^$ bad_bot #this is for blank user-agents SetEnvIfNoCase User-Agent "^Jakarta" bad_bot SetEnvIfNoCase User-Agent "^User-Agent" bad_b ... |
|
Topic: Forum Problem please help | |
rave199 Replies: 12 Views: 36685 ![]() |
![]() |
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: 22353 ![]() |
![]() |
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: Images don't show | |
southern Replies: 4 Views: 8595 ![]() |
![]() |
It is the same in IE. Could something have gotten into my .htaccess?
edited Yes, it was 'something' in my .htaccess. # stop hotlinking (gif/jpg) and serve alternate content RewriteCo ... |
|
Topic: Warning Google | |
Guardian2003 Replies: 26 Views: 43103 ![]() |
![]() |
You might also want to add something like this in your htaccess file to try and stop the javascript from the infected site firing
RewriteEngine on RewriteCond %{HTTP_REFERER} stepping-st ... |
|
Topic: ShortLinks Not Working | |
ricktido Replies: 25 Views: 153731 ![]() |
![]() |
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: Minor Vulnerability | |
derek765 Replies: 16 Views: 93153 ![]() |
![]() |
Well, I like how the ErrorDocs is handled with a module in RavenNuke, and would like to keep it that way.
Allows users to see the error problem and still see site features. I tried moving the Erro ... |
|
Topic: Question about this htaccess file with Raven Nuke | |
derek765 Replies: 5 Views: 21832 ![]() |
![]() |
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 | |
Guardian2003 Replies: 9 Views: 8243 ![]() |
![]() |
Note: I removed the 406 error simply because the server I am using gives me 5 html files that I could modify to make them look like my web site these are for the same 5 errors I chose to reflect in ... |
|
Topic: ErrorDocument | |
n3pla Replies: 9 Views: 8243 ![]() |
![]() |
Here is what I was able to determine so far...
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*) modules.php?name=ErrorDocuments ... |
|
Topic: ErrorDocument | |
n3pla Replies: 9 Views: 8243 ![]() |
![]() |
I had to change my ErrorDocument section of my htaccess. This is a new installation everything works fine with the changes. However, I fear a possible looping problem for a 404 error. Here is the orig ... | |
Topic: TegoNuke Mailer Config | |
montego Replies: 11 Views: 12651 ![]() |
![]() |
You do not want to comment out that last line as it is what ALL the RewriteCond lines above it fall into! ![]() |
|
Topic: TegoNuke Mailer Config | |
Doulos Replies: 11 Views: 12651 ![]() |
![]() |
Montego, it works if I comment out either one of the two lines below:
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)mail(-|.).*$ Thanks. |
|
Topic: TegoNuke Mailer Config | |
montego Replies: 11 Views: 12651 ![]() |
![]() |
Doulos, try commenting out this line in your .htaccess file:
RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)?.*(-|.)mail(-|.).*$ [NC,OR ... |
|
Topic: TegoNuke Mailer Config | |
Doulos Replies: 11 Views: 12651 ![]() |
![]() |
Here are all the other HTTP_REFERER entries:
#Block referers based on KEYWORDS anywhere in their URL. RewriteEngine on RewriteCond %{HTTP_REFERER} ^(http://)?(www\.)? ... |
|
Topic: TegoNuke Mailer Config | |
Doulos Replies: 11 Views: 12651 ![]() |
![]() |
No incidence of "regex". I do have a lot of rewritecond entries, but they are ones I got from posts here.
I removed all the Http_referrer entries and was able to config TegoNuke Mailer. I th ... |
|
Topic: TegoNuke Mailer Config | |
montego Replies: 11 Views: 12651 ![]() |
![]() |
Sounds to me like an errant rewrite rule in .htaccess. I would check the URL's being used against your rewrite rules to see which ones are tripping this up. My guess would be its a rule you have add ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 11, 12, 13 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours