Htacces problem
-
Hi guys,
I uploaded my site from a local host but it didnt gave a .htaccess file with it.
The site is running but i have 2 issues:– When i want to install a plugin it says it has no acces to the upload folder
– When i change the permalinks it gives a error that the page not exist.So i tried to create a .htaccess file in a teksteditor and this code to it:
# BEGIN WordPress
<IfModule mod_rewrite.c>
ErrorDocument 404 /index.php?error=404
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>But now it gives this error code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Please help me with this issue i cant figure it out for hours now!
- The topic ‘Htacces problem’ is closed to new replies.