| Author |
Message |
Damien
Joined: 27 Oct 2007 Posts: 4
|
Posted: Sat Oct 27, 2007 12:53 pm Post subject: php page extension |
|
|
When trying to download pages like "index.php?id=pagename" it still comes out like "index.php", even when it's on "retrieve and rename"
Thanks, Damien |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 4420
|
Posted: Mon Oct 29, 2007 9:53 am Post subject: |
|
|
| Do you mean it doesn't get 'index.php?id=pagename' but 'index.php'? |
|
| Back to top |
|
 |
Damien
Joined: 27 Oct 2007 Posts: 4
|
Posted: Mon Oct 29, 2007 11:37 pm Post subject: |
|
|
| It gets "index.php?id=pagename" but saves it as "index.php", even when it's on "retrieve and rename" |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 4420
|
Posted: Wed Oct 31, 2007 10:07 am Post subject: |
|
|
| So Web Dumper renames the page from "index.php?id=pagename" to "index.php" right? |
|
| Back to top |
|
 |
Damien
Joined: 27 Oct 2007 Posts: 4
|
Posted: Wed Oct 31, 2007 3:21 pm Post subject: |
|
|
That's how it's saving it  |
|
| Back to top |
|
 |
stanbusk Site Admin
Joined: 28 Dec 2005 Posts: 4420
|
Posted: Fri Nov 02, 2007 5:47 pm Post subject: |
|
|
| Why do you want to save it as "index.php?id=pagename"? |
|
| Back to top |
|
 |
Damien
Joined: 27 Oct 2007 Posts: 4
|
Posted: Sat Nov 03, 2007 7:04 am Post subject: |
|
|
It can't be saved like that.
Maybe you could do something like
| Code: | [pagename].[pageext]?[pageid]=[pageidname]
=>
[pagename]/[pageid]/[pageidname].[pageext] |
Examples:
| Code: | index.php?id=pagename
=>
index/id/pagename.php |
---------------------------------
| Code: | index.php?cows=moo
=>
index/cows/moo.php |
---------------------------------
| Code: | not_the_index_page.php?lala=test
=>
not_the_index_page/lala/test.php |
|
|
| Back to top |
|
 |
|