>>>  Home   User-Center   Board
     
 
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Post new topic   Reply to topic    Webhosting Forum » Tools » .htaccess
View previous topic :: View next topic  
Author Message
daniel15
Little-Fun


Joined: 26 Mar 2005
Posts: 26
Location: Melbourne, Australia

PostPosted: 28.12.05 09:02    Post subject: Reply with quote
How come we can't use mod_rewrite?
Back to top
View user's profile Send private message
nostromo
Funnilein


Joined: 06 Dec 2005
Posts: 1

PostPosted: 28.12.05 20:37    Post subject: Reply with quote
My guess is the server's protected against "bandwidth theft", etc. It's a good thing Very Happy
Back to top
View user's profile Send private message
darkvision
Guest





PostPosted: 01.01.06 19:50    Post subject: i dont understand Reply with quote
i dont understand almost all of this page because is in german -_-
Back to top
eZtreme
Moderator


Joined: 21 Nov 2004
Posts: 521
Location: irc.quakenet.org #funpic

PostPosted: 02.01.06 03:47    Post subject: Re: i dont understand Reply with quote
darkvision wrote:
i dont understand almost all of this page because is in german -_-

what page are you talking about?
_________________
FIREFOX
Anti IE ...trying to stop the Internet Explorer
Anti IE banners for _your_ forum signature!
Back to top
View user's profile Send private message
thekidinred
Funnilein


Joined: 16 Jun 2006
Posts: 5

PostPosted: 27.06.06 16:38    Post subject: Reply with quote
Im new how u get to index.php
Back to top
View user's profile Send private message
warriorofmars
Guest





PostPosted: 18.08.06 13:23    Post subject: 404 custom error pages Reply with quote
(I noticed in the User-center that is should be possible to use custom 404 error pages, but how?
I tried this via .htaccess:
Code:
ErrorDocument 404 /?mod=404

but that doesn't seem to work. It gives a 500 error that the .htaccess is wrong.

How should I do it?

I know that mod_rewrite is disabled, but the only thing in my .htaccess is the ErrorDocument thing.

BTW, in the user-center there is a typing error: "404 eror pages")

----------
/Edit
never mind, I found out at funpic.de that all 404 errors are redirected to /404.php
Back to top
fotorestauracion
Funnilein


Joined: 04 Dec 2006
Posts: 4

PostPosted: 14.12.06 19:04    Post subject: Reply with quote
I need help, please.

I have a htaccess file in an admin directory. Two or three days ago, this works, but yesterday and today, when I type this direction, I have this error: "Server error please check or delete your htaccess file."
If I don`t change nothing in this file, why I have this error now??

Please, i need solutions for this problem. Thanks.
Back to top
View user's profile Send private message
timur34
Funnilein


Joined: 12 Jan 2007
Posts: 1

PostPosted: 12.01.07 11:48    Post subject: Reply with quote
thanks
Back to top
View user's profile Send private message
arenagier
Funnilein


Joined: 02 Feb 2007
Posts: 1

PostPosted: 02.02.07 16:53    Post subject: Reply with quote
Why I can't use the mod_rewrite? I have an site in Joomla! and I want use the mod_rewrite. Links with mod_rewrite look pretty
Back to top
View user's profile Send private message
flyaway
Guest





PostPosted: 10.02.07 13:40    Post subject: Reply with quote
How do you block IP's with .htacess file? I now only use the code:

Code:
<?php
$banned_ip = array();
$banned_ip[] = 'IP ADDRESS NUMBER';
foreach($banned_ip as $banned) {
$ip = $_SERVER['REMOTE_ADDR'];
if($ip == $banned){
exit("<font size=4><b>Forbidden</b></font><br>Sorry, but you are not permitted to access the files located on this site.");
}
}
// rest of PHP Script here.
?>


Hope you can give me a full .htacess code for that. That would be lovely Smile
Back to top
Post new topic   Reply to topic    Webhosting Forum » Tools Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Impressum Datenschutz