htaccess file in subdirectory
-
[ Moderator note: moved to Fixing WordPress. ]
Hello,
I have a question about my htaccess file configuration.
My site is not installed on the root of the server but in a directory.
For the moment i have this# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /myfolder/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /myfolder/index.php [L] </IfModule> # END WordPressbut i am not sure with this line:
RewriteRule ^index\.php$ - [L]
Do i have to change it with this one ?
RewriteRule ^(/)?$ myfolder/index.php [L]
Thank you very much for your help,
Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘htaccess file in subdirectory’ is closed to new replies.