Hello! I have problem to make two folders in the url.
Also. I can make this:
http://localhost/tutorials/
whit this code, in htacces file:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^([^/.]+)/?$ /index.php?side=$1
</IfModule>
But how can I make this: ?
http://localhost/tutorials/php/
What should i change in my:
I hope someone will help me😃
Sorry for bad english:bemused: