Search found 3 matches
- Sun Oct 02, 2011 9:28 pm
- Forum: PHP
- Topic: Integrating the user system with the template system
- Replies: 5
- Views: 774
Re: Integrating the user system with the template system
Fixed the redirect error but I dont think any of the login part is working since protected.php isnt protected...
- Fri Sep 30, 2011 6:20 pm
- Forum: PHP
- Topic: Integrating the user system with the template system
- Replies: 5
- Views: 774
Re: Integrating the user system with the template system
RewriteEngine On RewriteRule ^([a-zA-Z_]+)/?$ index.php?page=$1 [QSA]
- Wed Sep 28, 2011 4:06 pm
- Forum: PHP
- Topic: Integrating the user system with the template system
- Replies: 5
- Views: 774
Integrating the user system with the template system
Hi I'm having a problem integrating the user system with the template system...When I load up a page I keep getting the redirect loop error...I have looked through the code but have no idea what is causing the error. Below is my init.inc.php file. <?php session_start(); if (empty($_GET['page'])) { h...