← Back to team overview

phpdevshell team mailing list archive

[Bug 728155] [NEW] SEF url mecanism

 

Public bug reported:

Currently SEF URLs work by rewriting the URL to index.php with additional parameters. These are not necessary since they are available to the php script and therefore can be analysed in a much flexible way by PHPDS instead of the .htaccess file.
I recommend simply redirecting every request to index.php and then triage in there.

** Affects: phpdevshell
     Importance: Wishlist
         Status: New

-- 
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.
https://bugs.launchpad.net/bugs/728155

Title:
  SEF url mecanism

Status in Open Source PHP RAD Framework with UI.:
  New

Bug description:
  Currently SEF URLs work by rewriting the URL to index.php with additional parameters. These are not necessary since they are available to the php script and therefore can be analysed in a much flexible way by PHPDS instead of the .htaccess file.
  I recommend simply redirecting every request to index.php and then triage in there.



Follow ups

References