| View previous topic :: View next topic |
daniel15 Little-Fun
Joined: 26 Mar 2005 Posts: 26 Location: Melbourne, Australia
|
Posted: 28.12.05 09:02 Post subject: |
|
|
|
| How come we can't use mod_rewrite? |
|
| Back to top
|
|
|
nostromo Funnilein
Joined: 06 Dec 2005 Posts: 1
|
Posted: 28.12.05 20:37 Post subject: |
|
|
|
My guess is the server's protected against "bandwidth theft", etc. It's a good thing  |
|
| Back to top
|
|
|
darkvision Guest
|
Posted: 01.01.06 19:50 Post subject: i dont understand |
|
|
|
| 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
|
|
| Back to top
|
|
|
thekidinred Funnilein
Joined: 16 Jun 2006 Posts: 5
|
Posted: 27.06.06 16:38 Post subject: |
|
|
|
| Im new how u get to index.php |
|
| Back to top
|
|
|
warriorofmars Guest
|
Posted: 18.08.06 13:23 Post subject: 404 custom error pages |
|
|
|
(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
|
Posted: 14.12.06 19:04 Post subject: |
|
|
|
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
|
|
|
timur34 Funnilein

Joined: 12 Jan 2007 Posts: 1
|
Posted: 12.01.07 11:48 Post subject: |
|
|
|
| thanks |
|
| Back to top
|
|
|
arenagier Funnilein

Joined: 02 Feb 2007 Posts: 1
|
Posted: 02.02.07 16:53 Post subject: |
|
|
|
| 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
|
|
|
flyaway Guest
|
Posted: 10.02.07 13:40 Post subject: |
|
|
|
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  |
|
| Back to top
|
|
|