Search results

  1. sammysosa

    Wordpress subfolder installation problem -> redirect to main page

    Ok thanks very much Basti! *I do believe .htaccess already refreshed (coz I could actually "create the config-wp" file). Database details are also fine (tried wrong one which lead to "can't connect to dtb error") so I guess WP files are corrupted or something ...I will figure that out :D Thanks...
  2. sammysosa

    Wordpress subfolder installation problem -> redirect to main page

    I modified .htaccess ############################### ## User Blog Plugin ############################### #RewriteRule ^blog/author/(.*)/ index.php?a=blog&author=$1 [L] #RewriteRule ^blog/search/(.*)/ index.php?a=blog&search=$1 [L] #RewriteRule ^blog/tag/(.*)/ index.php?a=blog&tag=$1...
  3. sammysosa

    Wordpress subfolder installation problem -> redirect to main page

    Hi guys, I'm trying install wordpress into subdirectory /blog on my VL website. For some reason when I go to /blog/wp-admin/install.php Nothing happens. I guess it has something to do with .htcacess or Clean url plugin? (tried disabling [in admin menu, not in plugins] but no difference)...
  4. sammysosa

    Skins developing

    I'm using NotePad++ as well (after trying so many different editors ... notepad++ was easiest to use). Thanks for mentioning phpDesinger (looks good).
  5. sammysosa

    Skins developing

    Hello! First of all I would like to thank you for all this effort!(awesome piece of soft & support as well!) My questions is: How do you guys making Skins? (I'm fairly new to this, after two weeks playing with aadvark) 1.What kind of IDE you're using? 2.Localhost or Uploading every time on...
Back
Top