simple mvc framework route issue subpage do not work solution
first you need to enable mod_rewrite feature on apache server, by modify httpd.conf file.
1) directory allowoveride None change to All
2)uncommon load module for mod_rewrite.
A. Make change to .htaccess file simplemvc is the folder I used, so you should replace it with your own folder.
RewriteEngine On
RewriteBase /simplemvc/
B. source code has error,
original: missing "/" before subpage
change to :
No comments:
Post a Comment