RewriteRule ^admin user$ admin user.php the only thing I can write now is this hidden method to create one file at a time and then put it in .htaccess in the root directory of the website , but what I want to implement now is that all the php fil...
rewrite rules: RewriteRule (.*) (.*) (.*) index .html index.php?p=$1&c=$2&a=$3 [QSA] access Home Blog blog index.html?page=2 can access index.php?p=Home&c=Blog&c=blog&page=2 normally but when the original link is index.php?p=Home&c=Blog&a...