|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
My host has just installed this, so I went to check what it actually is, from the Apache web site. The good news is that I found the documentary on the module, the problem is that I didn't understand a word in it. Can somebody explain it to me, in simple terms?
__________________
-- Tomi Kaistila -- Developer's Journal The more you learn, the more you know. The more you know, the more you forget. The more you forget, the less you know. |
|
#2
|
|||
|
|||
|
In simple terms, URI rewrite and filesystem mapping or the other way around plus alot more with programming-like syntax to compensate the incapability of standalone Apache.
|
|
#3
|
|||
|
|||
|
Quote:
This site uses Mod_Rewrite this is a forum so it has to be php and when u make a reply it is using php Witch meens this is topic 28029 and it will have a forum ID that is eqaul to 15 i will tell you how i got that but you see it as (URL address blocked: See forum rules) So the page you are loading is some thing like Code:
index.php?f=15&topic=28029 This is because the .htaccess file is saying Ok what page do you want Code:
apache-development-15/what-is-mod-rewrite-28029.html But then it goes ok ignore apache-development- but save the next bit so it saves 15 then ignore what-is-mod-rewrite- but save 28029 and these will saved as $ the first = 1 and so on 2,3 .. So it then gose ok go to Code:
index.php?f=$1&topic=$2 That is the baest basic way i can tell you |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > What is mod_rewrite? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|