Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Fixing WordPress
    In reply to: Modifying htaccess
    Thread Starter DynamicShark

    (@dynamicshark)

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^pricing?$ /blog/pricing [L]
    RewriteBase /blog/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]

    Is my htaccess file

    The pricing line still isn’t working.

Viewing 1 replies (of 1 total)