I have a main page, index.php and I redirect all the URIs despite being present through index.php Would like to do In the file / server directory, I'd prefer index.php to htaccess.
Currently, I have the following:
...
rewrite the line% {REQUEST_FILENAME}! -f
Revoked% {REQUEST_FILENAME}! -d = Rewrite rules ^ (. *) $ Index.php / $ 1 [L, QSA]
...
First and second row (in the above fraction) To "internal server error" that seems to be appropriate because this creates a circular argument, but I am blind for any other implementation and basically stuck.
Rewindkind% {REQUEST_URI}! Index \ .php Rev. R ^^ (. *) $ Index.php / $ 1 [L, QSA]
Comments
Post a Comment