Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Route dot character problem?
  • Hi,

    sample route
    \Route::add('test.page', 'site/test/page'); not working?

    Have a nice day...
  • HarroHarro
    Accepted Answer
    No.

    The last dot in a URL is seen as the extension separator, and your is no routing support for extensions unless you enable that (by setting "routing.strip_extension" to false in your app config).

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion