• Hi Guys, I have a website on www.exemple.net and I’ve install exemple.net/loja it was fine, But since I’ve update and create another subfolder it not working anymore. Permalinks in exemple.net/loja and exemple.net/aovivo does not work anymore only www.exemple.net what should I have to do, who helpe me I’ll give U$ 10,00 in paypal. pleasee help guys.

    I’ve changed es htaccess file to 666 put that permalinks code… but the file turn to 444 automatically. I dont know what I have to do, I have to put some code on index.php >> Subfolder,,? on wp-config??? Please help me

    Regards
    Jackson Roger

Viewing 1 replies (of 1 total)
  • Hi,

    This can be as easy as going to Settings -> Permalinks in each of your WordPress sites, selecting the setting you prefer (ie “Post name”) and pressing the “Save Changes” button.
    Every WordPress installation should have it’s own .htaccess file – and provided you’re running a webserver that can read .htaccess files (ie Apache, LiteSpeed), everything should work as intended.

    Please also make sure that the .htaccess files inside the subfolders have the correct RewriteBase, ie:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /loja/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /loja/index.php [L]
    </IfModule>
    # END WordPress

    Regardless of the above, please note that offering to pay is not allowed in this forum. For professional help, please try https://jobs.wordpress.net/ or https://directory.codepoet.com/ and do not accept any hire offers posted to these forums.

    This topic will be closed as per the Forum Rules.

Viewing 1 replies (of 1 total)
  • The topic ‘Permalinks doen'r works Wp subfolders’ is closed to new replies.