htacess file doesnt work
-
hey guys i have a problem with htacess file act i have uploaded wordpress on my domain but wen i go to click on any link on my site it gives me 404 page not found and sumone told me to check thacess file wen i opened it there was below lines written
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /index/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
pls tell me if it is right or i have to add sumthing else
- The topic ‘htacess file doesnt work’ is closed to new replies.