Hi guys,
I'm trying to update my blog's htaccess file in order to update its permalinks. Apparently your hosting won't let me do that.
If that's the case, can you perhaps do that for me instead? Here's what's needed to be included in the file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Instead of my blog links going like davezan.com/p=?12 or something like that, it'll say instead davezan.com/name-of-post. Hope you'll help, thanks.
I'm trying to update my blog's htaccess file in order to update its permalinks. Apparently your hosting won't let me do that.
If that's the case, can you perhaps do that for me instead? Here's what's needed to be included in the file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Instead of my blog links going like davezan.com/p=?12 or something like that, it'll say instead davezan.com/name-of-post. Hope you'll help, thanks.