A
A
Alexander Konovalov2016-08-25 15:36:14
htaccess
Alexander Konovalov, 2016-08-25 15:36:14

How to properly create .htaccess for wp?

Hello! What should be .htaccess if wp is not in the root of the site?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max, 2016-08-25
@Huf

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

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question