davarravad / UserApplePie

UserApplePie website portal based on UserCake. UserApplePie is a fully open source user management system. UAP v.2 Build Started - Check that Repo.
http://www.userapplepie.com
GNU General Public License v2.0
1 stars 1 forks source link

Add Function That Handles How URL Is Used With Or Without mod_rewrite #29

Open davarravad opened 8 years ago

davarravad commented 8 years ago

Create a function that eaisly handles URLs within site depending on if mod_rewrite is used or not.

Some users may not have access to enable mod_rewrite. I would like the site to work both ways.

With mod_rewrite the URLs can look like this:
http://www.website.com/Forum/

Without mod_rewrite the URLs can look like this: http://www.website.com/?page=Forum

Also add a way to change this setting in the Admin Panel