Hello everyone,
I have a problem with changing the permalinks of a WordPress website of mine.
When i want to change the permalinks structure in the Settings, i get a notification that i have to change my .htaccess file and add the following code.
But when i'm looking for the .htaccess file of my website in the FTP, i don't see a .htaccess file.
When i create one, and add the code above, i get an error on the website, and site doesn't work anymore.
Can someone please help me change the permalinks?
Thanks!
I have a problem with changing the permalinks of a WordPress website of mine.
When i want to change the permalinks structure in the Settings, i get a notification that i have to change my .htaccess file and add the following code.
Code:
<IfModule mod_rewrite.c>RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
But when i'm looking for the .htaccess file of my website in the FTP, i don't see a .htaccess file.
When i create one, and add the code above, i get an error on the website, and site doesn't work anymore.
Can someone please help me change the permalinks?
Thanks!