all links are borken
Hi,
Zo i installed an fresh wordpress website with classipress. But all my links are broken.
I havent tochd the permalinks settings.
cant even log-in because this links are also broken.
wp-admin /
wp-login dont wurk.
Zo i red this page
http://docs.appthemes.com/help/page-not-found-error/ about the .htaccess file change.
The strainge thing is when i searh thro ftp on : .htaccess i find the .htaccess file in this directory :mywebsite/
wp-content/plugins/askismet/.htaccess
Should the .htaccess be in the askismet folder ? dusnt seem sence to me.
I added the code from
http://docs.appthemes.com/help/page-not-found-error/ to the .htaccess file and uploaded the file. nothing.
this is my .htaccess file :
Order Deny,Allow
Deny from all
<FilesMatch "^akismet\.(css|
js)$">
Allow from all
</FilesMatch>
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
Is this correct ?