I had a php page in which CSS/js work normally. Then I add htaccess rule like:
RewriteRule ^command_players/([0-9]+)/?$ site/command_players.php?id=$1 [NC,L]
after which page can not load CSS/js and "not found" error appear. I did not change the folder for css/js, simply add rule. When I open dev tools in browser, it seems like my page is parent folder and css/js files are child files, which is not normal. I am new in php and very confused in this folder stuff. Any suggestions are highly appreciated.