I am using WAMPServer2 for my php framework Nette.
I first copied its folder directly into www folder of WAMP. I enabled mod_rewrite module, and I have set every AllowOverride All. Everything functioned perfectly.
My problme is, than, becouse multiple project, I created alias for same project. Now, routing inside Nette framework doesent work, becouse mod_rewrite doesent. I believe there is some extra setting for Aliases. I tried to found something, but unsuccesfully. I have only little experience with modyfying apache settings. Is there a way to get it working? Thanks.
I had trouble with this mod_rewrite and an alias directory in WAMP today. The solution was to set RewriteBase in the .htaccess of the alias directory.
The solution is to set