Problems uploading site in wordpress on server

0

I developed a site in wordpress and needed to upload it to the FTP server, but the path /data/sites/jenkins/workspace/jbs-conexao-deploy-prod / and an error when uploading is creating /jbs in url this is my .HTACESS I must change something based on that path

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

Or should I change something in SQL of site follow some urls to see how the path will be:

(547, '_category_image9', 'http://www.conexaojbs.com.br/wp-content/uploads/2018/07/medical-history-1.png', 'yes'),

INSERT INTO 'wpbv_options' ('option_id', 'option_name', 'option_value', 'autoload') VALUES
(1, 'siteurl', 'http://www.conexaojbs.com.br', 'yes'),
(2, 'home', 'http://www.conexaojbs.com.br', 'yes'),
    
asked by anonymous 22.08.2018 / 23:49

0 answers