Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 481 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Blank News Module | |
southern Replies: 15 Views: 7009 ![]() |
![]() |
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: 8028 ![]() |
![]() |
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 | |
neralex Replies: 8 Views: 8028 ![]() |
![]() |
The RewriteRule will not solve your real problem because you are running after that in much more issues, because as the name it says: it's only a rewrite-rule but you are not changing the file system, ... | |
Topic: phpNuke and .htaccess | |
MrHandsome Replies: 8 Views: 8028 ![]() |
![]() |
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: Shortlink mod/ multilingual links + new links structure | |
rovshan Replies: 4 Views: 7617 ![]() |
![]() |
Dear All,
I try to rebuild the links structure via .htaccess file. I would like to get this link structure for News module : -domain.com/n11/article.html => where 11 - id number instead of - ... |
|
Topic: How to force domain.tld to www.domain.tld | |
Raven Replies: 10 Views: 19498 ![]() |
![]() |
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: 19498 ![]() |
![]() |
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: 36628 ![]() |
![]() |
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: 36628 ![]() |
![]() |
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: 36628 ![]() |
![]() |
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: 36628 ![]() |
![]() |
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: 36628 ![]() |
![]() |
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: 22328 ![]() |
![]() |
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: 8593 ![]() |
![]() |
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: 43081 ![]() |
![]() |
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: 15820 ![]() |
![]() |
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: + in expression | |
neralex Replies: 3 Views: 5823 ![]() |
![]() |
Sure!
url: modules.php?name=test&search=r+a+t+e $urlin = array( '"(?<!/)modules.php\?name=test&search=([^/]*)"', ); RewriteRule ^tes ... |
|
Topic: ShortLinks Not Working | |
ricktido Replies: 25 Views: 153669 ![]() |
![]() |
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: 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: 21815 ![]() |
![]() |
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: Rewrite rule for Shortlinks back to phpBB | |
slackervaara Replies: 3 Views: 6087 ![]() |
![]() |
Hi all,
I have one year ago migrated from PHP-Nuke to Joomla and everything is not better. Miss a lot from PHP-Nuke. During migration I upgraded the forum to phpBB3. This have, however, resulted in ... |
|
Topic: Content Plus - Rewrite Rule - Solved | |
Dawg Replies: 5 Views: 6701 ![]() |
![]() |
Every once in a while I come up with something useful!
Here is that section of my htaccess. #Content Plus RewriteRule ^content-([0-9]*)-page-([0-9]*).html mo ... |
|
Topic: Content Plus - Rewrite Rule - Solved | |
hicuxunicorniobestbuildpc Replies: 5 Views: 6701 ![]() |
![]() |
Hi Dawg, Checking my my file I am unable to find that lind but I have this which should be the same
RewriteRule ^content-cat-([0-9]*)-page([0-9]*).html content-cat-. ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 18, 19, 20 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours