 Joined: Dec 2011 Posts: 1

Mauritius
|
Dec 13, 2011, 10:56:17 AM | #1 |
Hello Every body,
I'm using drupal for my site and would like to know
How do i can pass parameters to front page if i have clean urls allowed?
If i try with example.com/variable/value Drupal says 'The requested page could not be found.' because it search for a page. I know i could get it with example.com?variable=value
$myvar =$_GET['variable']; but i'd like to use clean urls for this
Thank you very much for your help
|
|