basetwo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Categories and tags dissappearedactually, problem is back again for no reason. gosh…
im hosted at anhosting and thankfully their support team is really fast, i submitted another ticket asking if something might be wrong with the mysql database, ill keep this post updated
Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 errorI’m hosted at anhosting, and it seems that the problem has magically dissapeared. i can now edit pages without getting 404s. not sure if i can still edit pages, but since i’ve launched my site im not going to mess around with it anymore.
Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 errorso, any news?
Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 errorNope I haven’t, I’ve just been busy adding pages and writing content for my site and constantly changing the string in phpmyadmin. Perhaps there’s a configuration in apache that’s messing us up?
Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 erroryou don’t happen to be using Anhosting do you? heh.
adding the php_flag stuff gives me an internal server error, so for now im just jumping into phpmyadmin every 10 minutes to change the string while im setting up all the pages and content. a minor change to a page or order in which the pages have to be displayed will set the string back to s:12.
Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 errorfixing it to a:63:{s:11:”robots.txt$”;…….
does work for a while, up until you add a new page. then you have to dive into the mysql and change it again. sucks π
will using
php_flag magic_quotes_runtime Off
php_flag magic_quotes_sybase Offfix it for me? i used it before, but it gave me a 505 i believe. but i hadnt changed the mysql table yet when i tried that
Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 errorsweet, where do i set those? you dont have to change the
a:63:{s:11:"robots.txt$";.......
part when you do this?Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 erroredit: it might not work because you used a different structure? I remember reading you used a Date structure whereas i am only using categoryname/postname (might be wrong on this its 4 am π )
and indeed this was the case! after using your structure ( /%year%/%monthnum%/%day%/%postname%/ ) my posts now seem to work. i guess everyone with trouble should install a 2.6.5 version and get the values from phpmyadmin haha
post:
http://www.signaturestop.com/2008/12/28/text-tutorial-testForum: Installing WordPress
In reply to: Day and name Permalinks results in 404 errorthank you smrtalex. I edited the info in the phpmyadmin value.
haha, after some testing i realized that posts still do not work, (sorry for linking my site, will remove if needed):http://www.signaturestop.com/signaturetutorials/hello-world/
this was the first post in the signaturetutorials category, and gives a 404. however, if i want to view all posts in a certain category:
http://www.signaturestop.com/category/signaturetutorials/
does work!! this link used to be http://www.signaturestop.com/?cat=4 and now automatically redirects to the rewritten link
so it worked to a certain extend, i still cannot view posts though. getting there! thanks for the help (going to bed now will check back tomorrow)
edit: it might not work because you used a different structure? I remember reading you used a Date structure whereas i am only using categoryname/postname (might be wrong on this its 4 am π )
Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 errorsmrtalex: could you please show me what you’ve pasted in the rewrite_rules table? i dont know if its any use, but this is what was in my rewrite_rules table
edit: actually i just removed it since its just a load of info that’s probably useless. i just realized i probably cant use the info you put in your table. oh well
Forum: Installing WordPress
In reply to: Day and name Permalinks results in 404 errorHey everyone,
I’m having the same problems as most of you seem to have. my custom structure is:
/%category%/%postname%/just to make sure that it wasn’t server sided, I emailed my hosting service and this was the answer they provided:
Dear anhosting. I want to use my wordpress to create “Pretty Links”. The requirements for this however are:
# Apache web server with the mod_rewrite module installed
# In WordPress’s home directory,
* The FollowSymLinks option enabled
* FileInfo directives allowed (e.g. AllowOverride FileInfo, AllowOverride All)Does my hosting plan meet these requirements?
to which they replied:
Hello,
Modrewrite and Fileinfo directives are enabled in the server.
I don’t have a wordpress 2.6.5 set up so i cannot use phpMyAdmin to fetch the values from the database.
As far as I know, all the settings are correct. WP made a .htacces file into which I edited the line
options +followsymlinksin to see if it had any effect.this is my htacces file.
options +followsymlinks # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress/end rant, will keep checking back the topic and good luck to everyone with the same problem π
Forum: Fixing WordPress
In reply to: Changing Font and font size in writing posts…why?I guess you can simply do this in the html code, adding a
<p class="your special font class"> </p>and adding the font and stuff into the css. this might be a bad way to do it, but it works