| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
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. |
|
|
|
![]() |