Viewing 3 reply threads
You must be logged in to reply to this topic.
Link to the screenshot https://firmowestrony.com.pl/portfolio.PNG
Template catalog name on the server: tower
my .htaccess contains:
<Files xmlrpc\.php>
Deny from all
</Files># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Hello,
First please make sure you have all necessary access rights to all wordpress files. Second, since you have changed the permalinks form, try to reset by setting them to default and then again to your custom form. Rename .htaccess file before saving so when you save it will recreate a new and correct .htaccess file.
Let us know.
Best regards!
You must be logged in to reply to this topic.