Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 226 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: phpNuke and .htaccess | |
neralex Replies: 8 Views: 8027 ![]() |
![]() |
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: 8027 ![]() |
![]() |
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: 19496 ![]() |
![]() |
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: 19496 ![]() |
![]() |
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 | |
spasticdonkey Replies: 12 Views: 36620 ![]() |
![]() |
You should not put any code below
# Start of NukeSentinel(tm) DENY FROM area which I believe you originally had some code there including RewriteEngine on try placing it right after <IfMod ... |
|
Topic: Forum Problem please help | |
rave199 Replies: 12 Views: 36620 ![]() |
![]() |
RewriteEngine on thats the piece of the code in my .htaccess that wouldn't let me access the forum is there anyway i can fix this so it will work properly? | |
Topic: Forum Problem please help | |
rave199 Replies: 12 Views: 36620 ![]() |
![]() |
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: URL Rewrites Partially Working (DragonflyCMS) | |
ricktido Replies: 11 Views: 22326 ![]() |
![]() |
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: Warning Google | |
Guardian2003 Replies: 26 Views: 43077 ![]() |
![]() |
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: How do I create SEO friendly URLS for Content and News | |
jane65 Replies: 17 Views: 15819 ![]() |
![]() |
Hi, the error message has gone since I decided to add
RewriteEngine on RewriteRule ^index.html index.php RewriteRule ^index.htm index.php and the Content plus module rules only. Before I just co ... |
|
Topic: How do I create SEO friendly URLS for Content and News | |
nuken Replies: 17 Views: 15819 ![]() |
![]() |
You should copy the ShortLinks.htaccess content from RewriteEngine on down
and paste it directly after <IfModule mod_rewrite.c> # TegoNuke(tm) ShortLinks - ShortLinks.htaccess f ... |
|
Topic: ShortLinks Not Working | |
ricktido Replies: 25 Views: 153667 ![]() |
![]() |
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: 6540 ![]() |
![]() |
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: Minor Vulnerability | |
derek765 Replies: 16 Views: 93142 ![]() |
![]() |
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: Missing Shoft Links | |
derek765 Replies: 2 Views: 58884 ![]() |
![]() |
My Short Links in my .htaccess
Does anyone happen to have the rewriterule for nukeNAV and Resend_Email module? <IfModule mod_rewrite.c> # TegoNuke(tm) ShortLinks - ShortLinks.htacc ... |
|
Topic: Question about this htaccess file with Raven Nuke | |
derek765 Replies: 5 Views: 21812 ![]() |
![]() |
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: Rewrite rule for Shortlinks back to phpBB | |
wHiTeHaT Replies: 3 Views: 6087 ![]() |
![]() |
I'm not sure if this works:
RewriteEngine On RewriteRule ^ftopicp-([^/]*)\.html$ /phpBB3/viewtopic.php?p=$1 [L] What it does is... The original URL: http://www.your ... |
|
Topic: Signature issue | |
Anders Replies: 33 Views: 31637 ![]() |
![]() |
And it did not work even just blank on my profile
RewriteEngine On RewriteRule ^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L] |
|
Topic: Signature issue | |
eldorado Replies: 33 Views: 31637 ![]() |
![]() |
sorry , i wrote this too quickly in htaccess
RewriteEngine On RewriteRule ^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L] ... |
|
Topic: Signature issue | |
eldorado Replies: 33 Views: 31637 ![]() |
![]() |
try this in .htaccess
RewriteEngine On RewriteRule ^([^/]*)/([^/]*)\.png$ /ddt/modules/Sig/getsignature.php?id=$1&baseimage=$2 [L] and afterward ... |
|
Topic: Signature issue | |
eldorado Replies: 33 Views: 31637 ![]() |
![]() |
Ok ,
To people wondering how to generate .png on the fly and make it work on forums (without url injection though i wonder) There is a sample code with 2 identifiers to generate a .png <?php ... |
|
Topic: ErrorDocument | |
Guardian2003 Replies: 9 Views: 8236 ![]() |
![]() |
Not sure why you need to explicitly add the RewriteEngine On since it should already be on if using the default htaccess file
Are you actually using RN version 2.3 ?? Sorry I cannot help you more ... |
|
Topic: ErrorDocument | |
n3pla Replies: 9 Views: 8236 ![]() |
![]() |
Here is what I was able to determine so far...
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*) modules.php?name=ErrorDocuments ... |
|
Topic: TegoNuke Mailer Config | |
Doulos Replies: 11 Views: 12643 ![]() |
![]() |
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: Firefox 3.6 caching fix | |
hicuxunicorniobestbuildpc Replies: 22 Views: 82676 ![]() |
![]() |
This is my .htaccess
##################################################### # READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE # THESE INSTRUCTIONS APPLY TO ALL Options DIRECTIVES # # The l ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours