Created
January 3, 2013 19:34
-
-
Save gmanricks/4446339 to your computer and use it in GitHub Desktop.
.htaccess file for the PHP version of Ribbit ( http://net.tutsplus.com/tutorials/php/building-ribbit-in-php/ )
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteRule ^/?Resource/(.*)$ /$1 [L] | |
RewriteRule ^$ /home [redirect] | |
RewriteRule ^([a-zA-Z]+)/?([a-zA-Z0-9/]*)$ /app.php?page=$1&query=$2 [L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there, I was trying to learn from your tutorial and came here, I completed your tutorial and placed this .htaccess in site's root directory but nothing showed up :( and the source code (from github) also showing errors, need your help!!
--Thank You([email protected])
-- please reply.