Posts by Lucas Fonseca dos Santos • 25 points
2 posts
- 
		2 votes1 answer223 viewsQ: .htaccess and rewrite rules in PHP serverI am developing a php microframwork, and I am using the built-in php server (php -S 127.0.0.1:8000 -t public) with root directory in the public folder/. I don’t know if . htaccess works or is… 
- 
		0 votes1 answer83 viewsQ: How can I do this more intelligently and without conflict?In this way, it is returning some errors and it seems that it may present conflicts in the cases of 2-character operators. Example: "++" being replaced by "#++#" while the next replaceAll() it will…