Jump to content

Problema Wordpress


F4L Anca
 Share

Recommended Posts

Buna,

 

Am o problema la blog, pe platforma Wordpress. In modul de Admin (wp-admin), la accesarea oricarui tab din Sidebar, imi apare "Page not found" si "Error 404". Am incercat sa sterg .htaccess, dar nu mai pot accesa Settings - Permalinks pentru salvare. 

Am editat si folderul "plugins" in "plugins.disable" si problema persista.

Aveti cumva vreo idee cum se poate remedia aceasta problema?

Multumesc!

 

1753108962_Eroareblog.thumb.PNG.e606dd816fa0ba398f941f12a31dc921.PNG

Edited by F4L Anca
Link to comment
Share on other sites

Bună.

N-o să-ţi funcţioneze niciodata fără .htaccess, deci n-ai făcut prea bine că l-ai şters.

 

Adaugă-l din nou şi salvează în el aşa:

 

# 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
Edited by Syko.UNSTOPPABLE
Link to comment
Share on other sites

Dacă mai ai nevoie pe această problemă îmi poți da un PM să-l redeschid.

 

Topic closed la cerere.

:topic_closed:

Link to comment
Share on other sites

  • Tupi locked this topic
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.