2017-05-25, 07:14:19
(2017-05-24, 02:22:51)Alexander_ Wrote:(2017-05-23, 07:07:12)IllusiaX Wrote: Thank you for the replies guys, but unfortunately none of them have worked, I still get the same error.
RewriteBase C:\xampp\htdocs\princeandprincessevents\admin
is definitely wrong.
So try one of these
RewriteBase /
RewriteBase /htdocs/
RewriteBase /htdocs/princeandprincessevents/
Don't use the backslash \ but the slash / to separate the directories.
And make a new line before you write RewriteCond %{REQUEST_FILENAME} !-f
Alex
I'm afraid I'm still getting the same error.