Changed the premalink structure and site structure has gone
-
HI everybody,
I have a big issue with the current site am working davemyatt.com, long story short I changed the premalink structure to set up better URLs. Doing that my site has completely messed up, I can;t even go into wp-admin. I have changed my .htaccess file to
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /project_name/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /project_name/index.php [L]
</IfModule># END WordPress
still doesn’t work anyone help me please?
- The topic ‘Changed the premalink structure and site structure has gone’ is closed to new replies.