Pretty URLs
Permalink
I followed the directions to add pretty URLs to my site with no luck. I understand you have save the setting in the dashboard and update your htaccess file. I did all of that and got no where. My host is bluehost. Any suggestions?
Yes- server is running apache with mod_rewrite enabled?
"You may also want to post a link to a php info file." What do you mean. Post the code or something else?
"You may also want to post a link to a php info file." What do you mean. Post the code or something else?
on your site, make a file called, info.php, in it put this:
can you also paste the contents of your .htaccess file
<?php phpinfo(); ?>
can you also paste the contents of your .htaccess file
Here is the htaccess file in its current state:
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
I left out the concrete5 code to keep the website working
Where should I put the new info.php file?
# Use PHP5 as default
AddHandler application/x-httpd-php5 .php
I left out the concrete5 code to keep the website working
Where should I put the new info.php file?
where your domain can access it...
site.com/info.php
site.com/info.php
with my blue host account i just clicked on pretty urls and it was done
Is your server running apache with mod_rewrite enabled?
You may also want to post a link to a php info file.