RewriteRule .* - [R=503] (except for image files?)

Status
Not open for further replies.
6 comments
instead of asking here .. why don't you google it


I actually did try googling it, which is how I found that rewrite rule, but unable to find exactly what I needed. I must be searching for the wrong key terms or maybe I'm just not understanding whats being taught.

Anyway, wasn't this forum here for questions like this? If no one asked for help in forums, google probably wouldn't be much help.
 
You sir need to learn some manners before saying that again next time. Or we will teach it to you the hard way.


so why don't you answer the question ?? :O)

hard way ? ban me ?? :rofl:
i will make new ID :hrhr:
ban me IP ? :hrhr: my ISP has dynamic IP :hrhr:
this is not my 1st ID :) :rofl:

Note : You don't rule the world .. :rofl: ok ? you just need a small kick to get out ! :hrhr:
though u r mod you can't kick me out of WJ ..i make my new way

---------- Post added at 12:11 PM ---------- Previous post was at 12:03 PM ----------

I actually did try googling it, which is how I found that rewrite rule, but unable to find exactly what I needed. I must be searching for the wrong key terms or maybe I'm just not understanding whats being taught.

Anyway, wasn't this forum here for questions like this? If no one asked for help in forums, google probably wouldn't be much help.



here we go !

follow this link Click Here
 
Last edited:
I tired something like this, but it didnt work:

Code:
RewriteRule .* - [R=503]

RewriteCond $1 (images|docs)
RewriteRule (.*) $1 [L]

Tired this which sort of does what I wanted, but the index page still shows up for some reason:

Code:
RewriteRule .php - [R=503]
 
Status
Not open for further replies.
Back
Top