₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,327,115 members, 8,429,424 topics. Date: Thursday, 18 June 2026 at 08:50 PM

Toggle theme

Owambe's Posts

Nairaland ForumOwambe's ProfileOwambe's Posts

1 (of 1 pages)

WebmastersRe: Which Is The Best Application Tool For Web Development? by owambe: 11:59am On Dec 05, 2013
rutchiekens: U must be really naive, python is a programming language, while magento and prestashop are e-commerce platforms just d the way Wordpress and blogger are blogging platforms, since u want to develop an e-commerce site, u can try using "open cart" cos its free, my advise would be u search for which e-commerce software or platform can receive payments online in Nigeria.
lolz u mean content management systems.
WebmastersRe: Creating Clean Urls Using Mod Rewrite by owambe(op): 2:05pm On Dec 02, 2013
onye_ngbu*:
Now tell me, how did you link your connection script to susbcribe.php
Let's start from there?
using the include('"wink;, method, and its been working until i tried working with the clean urls
WebmastersRe: Creating Clean Urls Using Mod Rewrite by owambe(op): 9:38am On Dec 02, 2013
onye_ngbu*:
i dont get you. Are you saying that database row with id of 4 is not returned from db? I really dont get your question.
Did the image and css work with the fix i gave you above?
yes it didnt work, the data from row 4 didnt work. the images part worked.
WebmastersRe: Creating Clean Urls Using Mod Rewrite by owambe(op): 12:10pm On Nov 29, 2013
WHAT ABOUT THE DETAILS THAT ARE NOT PASSED TO THE OTHER PAGE, FROM MY DATABASE, BECAUSE THATS IS THE ESSENCE OF MY URL
WebmastersRe: Creating Clean Urls Using Mod Rewrite by owambe(op): 11:17am On Nov 29, 2013
am getting object not found, why, that means the file isnt present

ok on my second attempt, it works, but dosent pass the value to the next page, and also the logo is missing
WebmastersRe: Creating Clean Urls Using Mod Rewrite by owambe(op): 9:56am On Nov 29, 2013
am kinda confused, because if i reconstruct the link to wat u have just said, hw does the content from the database show. cus am displaying the content usin id numbers
WebmastersRe: Creating Clean Urls Using Mod Rewrite by owambe(op): 2:54pm On Nov 28, 2013
i took the snippet u gave me,
created a .htaccess file
inserted the snippet into the .htaccess file
changed the index.php to subscribe.php, because thats the name of my page,
i have tested it locally on xampp and remotely

is there something am doing wrong,
or can u fix a sample for me that i can test and follow.
thanks
WebmastersRe: Creating Clean Urls Using Mod Rewrite by owambe(op): 9:25am On Nov 27, 2013
onye_ngbu*:
if you know what .htaccess is,

create this lines of code inside it

[code]
HOWEVER if you dont know what .htaccess is,
create a file you will name ".htaccess" put the line above inside it and put in the same directory as your "index.php"

*NB: if you want the url to show as "index/4" rather than "index.php/4", remove the ".php" just before the first "/" in my code.
Ciao
it didint work sir pls help

# Enable Rewriting
Options +FollowSymLinks
RewriteEngine on
RewriteRule subscribe.php/(.*)/ subscribe.php?id=$1
WebmastersCreating Clean Urls Using Mod Rewrite by owambe(op): 1:22pm On Nov 25, 2013
Hello peeps, i have been trying to get the use of mod re write to create clean urls, basically what i want to achieve is when evera link like this is accessed "index.php?=4" it should be converted to something like this index.php/4/. thanks any post is welcomed,

1 (of 1 pages)