I am actually building a custom theme for my blog and I use single quotes for HTML everywhere like:
<div class='div'></div>
Does this cause me redirection to index.php??
My site correctly redirects at 301, mod_rewrite is enabled and responses to links but open index.php. Is this because I used single quote??
I am actually building a custom theme for my blog and I use single quotes for HTML everywhere like:
<div class='div'></div>
Does this cause me redirection to index.php??
My site correctly redirects at 301, mod_rewrite is enabled and responses to links but open index.php. Is this because I used single quote??
Share Improve this question edited Oct 18, 2018 at 9:34 Jacob Peattie 44.3k10 gold badges50 silver badges64 bronze badges asked Oct 18, 2018 at 7:13 Rishabh JhaRishabh Jha 11 bronze badge 02 Answers
Reset to default 1No, it's not. Single quotes can't cause redirects.
No, it is perfectly fine to use single quotation in HTML, and it has nothing to do with the problems you are experiencing.
Have you tried to refresh permalinks in the Dashboard? Check this out: Flushing Permalinks in WordPress.