You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Devin Smith edited this page Dec 10, 2015
·
4 revisions
Apache Mod Rewrite
Tipsy will either read your $_SERVER['REQUEST_URI'], or a $_REQUEST['__url'] variable. In order to tell Apache to forward all pages to your index file, create a .htaccess file. Note that the ?__url=$1 is optional.
If you are using templates, I highly recommend enabling PHP short tags. It will save you lots of time when working with variables. For more information, see PHTML View Templates.
To enable short tags, add the following line to your php.ini