Forums

Two .Htaccess file important questions... (3 posts)

  1. sabinou
    Member
    Posted 5 months ago #

    Hello,

    To understand a problem, I would need two confirmations/denegations, please, if you can help with a reply...

    (1) First, the .htaccess file of one's wordpress blog, is it downloaded by the blog visitors, or not, or is it simply processed by the apache server each time for each visitor ?

    (2) Second, if we have a large htaccess file, 1800 lines of code and 50 kb of size, is it an issue, or does it have zero impact on the blog's performance ?
    Useful precision, that question concerns my biggest blog, 55 000 daily unique visitors, maybe size matters.

    Thank you VERY much if you can help with a reply, these two simple questions are the key to crucial choices for me :)

    Sabin

  2. samboll
    moderator
    Posted 5 months ago #

    First, the .htaccess file of one's wordpress blog, is it downloaded by the blog visitors, or not, or is it simply processed by the apache server each time for each visitor ?

    if chmod is 644 or lower the file is not downloadable if the server is configured correctly.
    It is processed by each visitor's browser.

    Second, if we have a large htaccess file, 1800 lines of code and 50 kb of size, is it an issue, or does it have zero impact on the blog's performance ?
    Useful precision, that question concerns my biggest blog, 55 000 daily unique visitors, maybe size matters.

    wow - that is large.
    It would depend on someone's connection speed as with all processes that are loaded by the browser. A normal high speed connection shouldn't have a problem.

  3. sabinou
    Member
    Posted 5 months ago #

    Thank you for the replies, Samboli ! :)

    I'd like to insist to be really sure of myself, the size of the .htaccess file, and the number of visitors... are they NOT likely to influence the blog's performance ?
    Or to have a negative impact on the server running the blog ?

    Simply said, my visitors would just have, the first time they open my site, a waiting time to load very first the contents of the .htaccess file ?

    And that .htaccess file is loaded only once by the visitors ?

    I know these are many questions, I'm sorry to be so insistent !

    Good day to you,
    Sabin

Reply

You must log in to post.

About this Topic