Forum Moderators: phranque

Message Too Old, No Replies

Static link which "includes" my dynamic script

.htaccess or mod rewrite issue

         

khunnet

9:17 am on Mar 3, 2007 (gmt 0)

10+ Year Member



Dear all,

I want to give users a link like [mydomain.com...]
the "12345" is actually a variable "?" that is processed by index.php, but if I use the link without "?", then I get a?page not found" error.

So recap:
[mydomain.com...] = page not found
[mydomain.com...] <- This variable I can grab from index.php and process.

How do I get the server to accept the link without the "?"

Can anyone help me out?

Regards, Jos

jdMorgan

2:46 pm on Mar 5, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This is a classic static-to-dynamic link rewrite application, as discussed in this library thread [webmasterworld.com].

Jim