Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • i agree im looking for the same. its alot of half ass proffesional info. especially about things that are so simple to explain. like copy and paste between here and here etc. damn!

    Thread Starter hoodhendrix

    (@hoodhendrix)

    ok right after i posted this i got it to work. Now for anyone having problems this is what i did.
    make your .htaccess file for me i didnt have one
    i created one within my file manager if you upload it through ftp leave it as a text file till your done. then remove the .txt from file name
    also my wordpress is in a subdirectory
    for instance my blog my blog is https://www.gravelevelmusic.com/communication/expansion
    i had to put rewritebase /communication/expansion
    underneath that i put the code wordpress gave me to post
    make sure its in the directory no where else
    for those that was frustrated like me relax. i had long beautiful dread locks. now they are all laying on the computer desk non attached! LOL

    Thread Starter hoodhendrix

    (@hoodhendrix)

    i deactivated all of my pluins just like the gazillion other people have also on the webhost they said ad this to the top of the .htaccess file
    rewritebase /
    ok now underneath that i copy and pasted the code that that wordpress give me when it attempts to write to it.
    `<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /communication/expansion/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /communication/expansion/index.php [L]
    </IfModule>
    nothing happens. if wordpress knows that everyone is going to do this why does the default suck so much. and why isnt there any in depth tutorial on this.

    why does this say resolved up top and i have not read any solution whatsoever.

Viewing 4 replies - 1 through 4 (of 4 total)