I am using php with aws elasticbeanstalk. I want to create folder that accept this url :
www.example.com/481818
where 481818 present an id that is changed.
so i want to create file that accept every request form this structure www.example.com/integer
. and fetch the id.
i don't know how to create this file.
I can do it with this url : www.example.com/?id=4545454
. but I don't want this url structure.
thank you
Put this in you
.htaccess
fileIt should do what you want, I didn't use elastic-beanstalk before, hopes I can help you.