Reply LinkBack Thread Tools Search this Thread
Old 16-03-2007, 20:42   #1 (permalink)
fuBar
Registered User
 
Join Date: Mar 2007
Posts: 9
Three issues that I need to resolve

Hello,

I recently lauched a website dedicated to some popular icons called Buuf, hence the website is called BuufDesigns.com. However, I need to fix some CSS issues with my website. For example, when you click the "Customizations" tab, a menu drops down (MooTools fx.slide): buufdesigns.com/ , but I want it to be placed as shown here: buufdesigns.com/about.php .

While I have a contact form that needs to be positioned properly: buufdesigns.com/contact.php

And last but not least, I have an issue with the Mod Rewrite Rule. I would like to make my website URL friendly. For example, I am trying to achieve in having these types of URLs: mysite.com/about.php can be accessed from mysite.com/about AND mysite.com/about/

With this code:
RewriteEngine on
RewriteRule ^([a-zA-Z0-9_\-])[/?]$ $1.php

But it's not working.

Can anyone help me out here? Thanks.

PS: I did not make the layout, but I do manage the website. I want it be very efficient for my visitors to view.
  Reply With Quote
Old 18-03-2007, 07:25   #2 (permalink)
mx
fucksocks™
 
mx's Avatar
 
Join Date: Jun 2005
Location: in the boosh
Posts: 1,623
Quote:
Originally Posted by fuBar
RewriteRule ^([a-zA-Z0-9_\-])[/?]$ $1.php

Try
Code:
RewriteRule ^([A-Za-z0-9\_]+)/?$ /$1.php
__________________
  Reply With Quote
Old 18-03-2007, 23:58   #3 (permalink)
fuBar
Registered User
 
Join Date: Mar 2007
Posts: 9
Quote:
Originally Posted by max h
Try
Code:
RewriteRule ^([A-Za-z0-9\_]+)/?$ /$1.php

Thanks!

If anyone else can help me resolve the mootools positioning issue that would be great!
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8